Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

catenary (version 1.1.2)

fittedCatenary: Creates a fittedCatenary object

Description

Takes observed points and fits catenary and parabola

Usage

fittedCatenary(x, y, R = 1000)

Arguments

x

values of x coordinates of observed values

y

values of y coordinates of observed values

R

number of iterations in bootstrap for function envelopes

Value

an instance of fittedCatenary class

Examples

Run this code
# NOT RUN {
x <- runif(100,0,4)
y <- f(x,c1=1,c2=2,lambda=3) + rnorm(100,sd=0.1)
tmp <- fittedCatenary(x,y) 
# }

Run the code above in your browser using DataLab