StatAccumulator Constructor |
Directly specify weather you estimated quantiles or not (default is false).
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public StatAccumulator(
bool estimateQuantiles = false
)
Parameters
- estimateQuantiles (Optional)
- Type: SystemBoolean
The quantiles estimation flag.
See Also