Spdcf

Variables for a Strictly Positive-Definite Correlation Function. This reflects the `spdcf` definition of the NGA_gpm_local glTF extension. Instances of this type are stored as the parameters within a `CorrelationGroup`. Parameters (A, alpha, beta, T) describe the correlation decrease between points as a function of delta time: ``` spdcf(delta_t) = A_t * (alpha_t + ((1 - alpha_t)(1 + beta_t)) / (beta_t + e^(delta_t/T_t))) ```
参数名称 类型 描述信息
options Spdcf.ConstructorOptions An object describing initialization options
Experimental

This feature is not final and is subject to change without Cesium's standard deprecation policy.

成员(属性)

In (0, 1]
In [0, 1)
In [0, 10]
In (0, +inf)

定义的类型

Cesium.Spdcf.ConstructorOptions

Initialization options for the Spdcf constructor
属性:
属性名称 类型 描述信息
A number The factor A, in (0, 1]
alpha number The alpha value, in [0, 1)
beta number The beta value, in [0, 10]
T number the tau value, in (0, +inf)