Show / Hide Table of Contents

Class SingleVarFunction

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

Constructors

SingleVarFunction(Double[])

Declaration
public SingleVarFunction(params double[] coefficients)
Parameters
Type Name Description
System.Double[] coefficients

coefficients are in lower to higher order

Properties

Coefficients

Declaration
public double[] Coefficients { get; set; }
Property Value
Type Description
System.Double[]

CorrelationCoefficient

Declaration
public double CorrelationCoefficient { get; set; }
Property Value
Type Description
System.Double

Order

Declaration
public int Order { get; }
Property Value
Type Description
System.Int32

Methods

Apply(IEnumerable<Double>)

Declaration
public IEnumerable<Point> Apply(IEnumerable<double> x)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Double> x
Returns
Type Description
System.Collections.Generic.IEnumerable<Point>

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX