严格正定相关函数的变量。这反映了“spdcf”的定义 Variables for a Strictly Positive-Definite Correlation Function. This reflects the `spdcf` definition of the
NGA_gpm_local .glTF 扩展名这种类型的实例作为参数存储在“CorrelationGroup”中。参数 (A, alpha, beta, T) 将点之间的相关性降低描述为增量时间的函数: ``` spdcf(delta_t) = A_t * (alpha_t + ((1 - alpha_t)(1 + beta_t)) / (beta_t + e^(delta_t/T_t))) ``` 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))) ```
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
options |
Spdcf.ConstructorOptions | 描述初始化选项的对象 An object describing initialization options |
实验性 Experimental
此功能不是最终版本,可能会在没有 Cesium 标准弃用政策的情况下进行更改。 This feature is not final and is subject to change without Cesium's standard deprecation policy.
成员 Members
在 (0, 1] In (0, 1]
在 [0, 1) 中 In [0, 1)
在 [0, 10] 中 In [0, 10]
在 (0, +inf) 中 In (0, +inf)
类型定义 Type Definitions
Spdcf 构造函数的初始化选项 Initialization options for the Spdcf constructor
属性: Properties:
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
A |
number | 因子 A,在 (0, 1] The factor A, in (0, 1] |
alpha |
number | alpha 值,在 [0, 1) 中 The alpha value, in [0, 1) |
beta |
number | beta 值,在 [0, 10] 中 The beta value, in [0, 10] |
T |
number | tau 值,单位为 (0, +inf) the tau value, in (0, +inf) |
