The InputVariableCorrelator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InputVariableCorrelator | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Implementation of the ICloneable interface. Produces a deep copy of self.
| |
| Equals | (Inherited from Object.) | |
| GetCorrelatedInputs |
Constructs a matrix containing the input variables values re-ordered so as
to have the desried correlations.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| NumInputVariables |
Gets the number of input variables.
| |
| Rstar |
Gets the permuted score matrix which has been transformed to have the
desired correlation matrix.
| |
| SampleSize |
Gets the sample size of the input variables.
|