Both have to be true for the function to return TRUE.
Test that the real part of all eigenvalues of \(\boldsymbol{\Phi}\) are less than zero.
Test that the diagonal values of \(\boldsymbol{\Phi}\) are between 0 to negative inifinity.
Arguments
- phi
Numeric matrix. The drift matrix (\(\boldsymbol{\Phi}\)).
- margin
Numeric scalar specifying the stability threshold for the real part of the eigenvalues. The default
0.0corresponds to the imaginary axis; values less than0.0enforce a stricter stability margin.- auto_ubound
Numeric scalar specifying the upper bound for the diagonal elements of \(\boldsymbol{\Phi}\). Default is
0.0, requiring all diagonal values to be \(\leq 0\).
See also
Other Simulation of State Space Models Data Functions:
LinSDE2SSM(),
LinSDECovEta(),
LinSDECovY(),
LinSDEMeanEta(),
LinSDEMeanY(),
ProjectToHurwitz(),
ProjectToStability(),
SSMCovEta(),
SSMCovY(),
SSMMeanEta(),
SSMMeanY(),
SimAlphaN(),
SimBetaN(),
SimBetaN2(),
SimCovDiagN(),
SimCovN(),
SimIotaN(),
SimNuN(),
SimPhiN(),
SimPhiN2(),
SimSSMFixed(),
SimSSMIVary(),
SimSSMLinGrowth(),
SimSSMLinGrowthIVary(),
SimSSMLinSDEFixed(),
SimSSMLinSDEIVary(),
SimSSMOUFixed(),
SimSSMOUIVary(),
SimSSMVARFixed(),
SimSSMVARIVary(),
SpectralRadius(),
TestPhiHurwitz(),
TestStability(),
TestStationarity()