Click or drag to resize
Accord.NET (logo)

IFittingOptions Interface

Common interface for distribution fitting option objects.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IFittingOptions : ICloneable
Request Example View Source

The IFittingOptions type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
See Also