STK AstrogatorSend comments on this topic.
DiffusionCoefficient Property (IAgVAStochasticModelParams)
See Also
Windows





Windows & Linux

Description

Determines the amount of process noise to be added to state covariance used in the Random Walk model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DiffusionCoefficient() As Double
[C#]
public double DiffusionCoefficient {get; set;}
[Managed C++]
public: __property double get_DiffusionCoefficient();
public: __property void set_DiffusionCoefficient( double );
[Unmanaged C++]
public: HRESULT get_DiffusionCoefficient(
    double * pVal
);
public: HRESULT put_DiffusionCoefficient(
    double InVal
);
[Java]
public double getDiffusionCoefficient();
public void setDiffusionCoefficient(
    double
);
[Python - STK API ]
@property
def DiffusionCoefficient(self) -> float:

@DiffusionCoefficient.setter
def DiffusionCoefficient(self, InVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.