Spdcf

external class Spdcf(options: Spdcf.ConstructorOptions)(source)

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

Parameters

options

An object describing initialization options

See also

Constructors

Link copied to clipboard
constructor(options: Spdcf.ConstructorOptions)

Types

Link copied to clipboard

Initialization options for the Spdcf constructor

Properties

Link copied to clipboard
val A: Double

In (0, 1]

Link copied to clipboard

In [0, 1)

Link copied to clipboard

In 0, 10

Link copied to clipboard
val T: Double

In (0, +inf)