Skip to content

KBE3D / KBCore / Cesium / Spdcf

类: 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)))

参数

An object describing initialization options

属性

A

readonly A: number

In (0, 1]


alpha

readonly alpha: number

In [0, 1)


beta

readonly beta: number

In [0, 10]


T

readonly T: number

In (0, +inf)

构造函数

构造函数

new Spdcf(options: ConstructorOptions): Spdcf

参数

options

ConstructorOptions

返回

Spdcf

KBE3D @3.0.0 Copyright © 2024-present KBE3D