Click or drag to resize
Accord.NET (logo)

EmpiricalOptionsSmoothingRule Property

Gets or sets the smoothing rule used to compute the smoothing parameter in the EmpiricalDistribution. Default is to use the normal distribution bandwidth approximation.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public SmoothingRule SmoothingRule { get; set; }
Request Example View Source

Property Value

Type: SmoothingRule
See Also