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





Windows & Linux

Description

Covariance floor for long term mean used in the Vasicek model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ErrorThreshold() As Double
[C#]
public double ErrorThreshold {get; set;}
[Managed C++]
public: __property double get_ErrorThreshold();
public: __property void set_ErrorThreshold( double );
[Unmanaged C++]
public: HRESULT get_ErrorThreshold(
    double * pVal
);
public: HRESULT put_ErrorThreshold(
    double InVal
);
[Java]
public double getErrorThreshold();
public void setErrorThreshold(
    double
);
[Python - STK API ]
@property
def ErrorThreshold(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.