MutualInformation Constructor (Int32, Boolean) |
Creates new instances of MutualInformation for expanded window.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public MutualInformation(
int updatePeriodicity,
bool useDelta
)
Parameters
- updatePeriodicity
- Type: SystemInt32
Number of observation before recalculation MI. - useDelta
- Type: SystemBoolean
Indicates that we must use delta function for second series instead gaussian.
It's makes sense when second series is discrete.
See Also