Show / Hide Table of Contents

Class PolyfitResult

Represents a result of applying polynomial regression to a sample of Points

Inheritance
System.Object
PolyfitResult
Namespace: MESL.SqlRace.Domain.Functions.Processors.BestFit
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class PolyfitResult : Object

Constructors

PolyfitResult()

Declaration
public PolyfitResult()

PolyfitResult(SingleVarFunction, Double)

Declaration
public PolyfitResult(SingleVarFunction function, double goodnessOfFit)
Parameters
Type Name Description
SingleVarFunction function
System.Double goodnessOfFit

Properties

Function

Gets the function.

Declaration
public SingleVarFunction Function { get; }
Property Value
Type Description
SingleVarFunction

The function.

GoodnessOfFit

Goodness Of Fit value

Declaration
public double GoodnessOfFit { get; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX