LSMI Class |
Namespace: FinMath.FactorAnalysis
[SerializableAttribute] public class LSMI
The LSMI type exposes the following members.
Name | Description | |
---|---|---|
LSMI(Double, Double) |
Calculate Mutual Information between series X and Y.
| |
LSMI(Double, Double, Double, Double, Boolean, Int32, Int32) |
Calculate Mutual Information between series X and Y.
|
Name | Description | |
---|---|---|
MutualInformation |
Approximation of Mutual Information between two series.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LogSpace |
The logspace function generates logarithmically spaced vectors.
Especially useful for creating frequency vectors.
Generates n points between decades 10^a and 10^b.
| |
OutSampleValidate |
Estimate goodness of model fitness on new samples.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |