regressoR.direct.linear: Create a Direct Linear Interpolation from the Data

Description Usage Arguments Value

View source: R/linear.R

Description

A direct linear interpolation is computed.

Usage

1
2
regressoR.direct.linear(metric, transformation.x = NULL,
  transformation.y = NULL, metric.transformed = NULL, q = 0)

Arguments

metric

an instance of RegressionQualityMetric

transformation.x

the transformation along the x-axis, or NULL if none was applied to the data

transformation.y

the transformation along the y-axis, or NULL if none was applied to the data

metric.transformed

the transformed metric for the first fitting step

q

the ignored quality parameter

Value

On success, an instance of DirectFitModel.new, NULL on failure.


thomasWeise/regressoR.direct documentation built on May 17, 2019, 7:58 a.m.