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





Windows & Linux

Description

Root variance of the initial error in the long term constant value used in the Vasicek model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SigmaLongTerm() As Double
[C#]
public double SigmaLongTerm {get; set;}
[Managed C++]
public: __property double get_SigmaLongTerm();
public: __property void set_SigmaLongTerm( double );
[Unmanaged C++]
public: HRESULT get_SigmaLongTerm(
    double * pVal
);
public: HRESULT put_SigmaLongTerm(
    double InVal
);
[Java]
public double getSigmaLongTerm();
public void setSigmaLongTerm(
    double
);
[Python - STK API ]
@property
def SigmaLongTerm(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.