FactorTransformation Class |
Namespace: FinMath.FactorAnalysis
[SerializableAttribute] public abstract class FactorTransformation
The FactorTransformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | OriginalVariablesCount |
Variables count in source dataset.
|
![]() | Status |
Method Status.
|
![]() | TransformedVariablesCount |
Transformed components count.
|
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.) |
![]() | InverseTransform(Matrix) |
Apply computed inverse transformation to transformed component samples.
|
![]() | InverseTransform(Vector) |
Apply computed inverse transformation to transformed component sample.
|
![]() | InverseTransform(Matrix, Matrix) |
Apply computed inverse transformation to transformed component samples.
|
![]() | InverseTransform(Vector, Vector) |
Apply computed inverse transformation to transformed component sample.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transform(Matrix) |
Apply computed transformation to new observations.
|
![]() | Transform(Vector) |
Apply computed transformation to new observation.
|
![]() | Transform(Matrix, Matrix) |
Apply computed transformation to new observations.
|
![]() | Transform(Vector, Vector) |
Apply computed transformation to new observation.
|