powered by
Compares the performance of curve fitting techniques fitted in fitcurve() function
validate.curve(x, MethodPath, MethodName)
is object returned by fitcurve() function
as path of a code for user defined error measure technique
as name of the user defined error measure technique
A comparison matrix in terms of various error measures.
# NOT RUN { s <- pcurves$Speed p <- pcurves$`Nordex N90` da <- data.frame(s,p) x <- fitcurve(da) validate.curve(x) # }
Run the code above in your browser using DataLab