Skip to main content

non-parametric-continuous-cumulative-distribution

schema/objects/non-parametric-continuous-cumulative-distribution/1.1.0/non-parametric-continuous-cumulative-distribution.schema.json

The non-parametric-continuous-cumulative-distribution object captures the statistical cumulative distribution function (CDF) of a property. It is non-parametric since the CDF is not characterized by a known distribution (e.g., normal or lognormal) or by a mathematical formula. Instead, the cumulative probability is calculated directly from the data and from an extrapolation function if the data does not capture the full range of possible values.

This schema is particularly useful in geostatistics where the distribution of properties such as mineral grades, porosity, or seismic velocities may not follow a known distribution. This object is beneficial for geostatistical conditional simulations, change of support analysis and other methods that typically assume Gaussianity, though natural data is rarely follow a Gaussian distribution. Techniques like declustering and Gaussian anamorphosis help manage these distributions, where Gaussian anamorphosis does not assume a predefined distribution, but instead, it derives a transformation function from the empirical (non-parametric) CDF, ensuring a data-driven approach.

To create this object, the user must provide:

  • The pairs of values and probabilities. Note that the values are sorted and the probabilities should be monotonically increasing between 0 and 1 (excluded).
  • The lower tail extension; use No_extrapolation if the lowest value is also the minimum of the distribution.
  • The upper tail extension; use No_extrapolation if the largest value is also the maximum of the distribution.
  • Note the support of the distribution. Select Point or specify a block size.
  • Specify if the distribution has been declustered.

Properties

non-parametric-continuous-cumulative-distribution (v1.2.0)

A description of a non parametric continuous cumulative distribution.

PropertyTypeDescriptionFlags
nameStringName of the object.⬆️ ✅
uuidbase-object-propertiesIdentifier of the object.⬆️ ✅
descriptionStringOptional field for adding additional description to uniquely identify this object.⬆️
extensionsObjectExtended properties that may be associated to the object, but not specified in the schema⬆️
tagsObjectKey-value pairs of user-defined metadata⬆️
lineagelineageInformation about the history of the object⬆️
bounding_boxbounding-boxBounding box of the spatial data.⬆️ ✅
coordinate_reference_systemcrsCoordinate system of the spatial data⬆️ ✅
schemaString
cdfcumulative-distribution-functionCumulative distribution function.
is_declusteredBooleanIs declustered.
supportnon-parametric-continuous-cumulative-distributionSupport options.
attribute_descriptionattribute-descriptionThe attribute description record.

Legend

FlagDescription
⬆️Inherited property
Required property