Predict {CircOutlier} | R Documentation |
This function calculated the maximum-likelihood estimates parameters
Predict(x, y)
x |
independent variable on model |
y |
the response variable on model |
This function uses of iterative methods for the parameter estimates in circular-circular regression model and The user can default values The desired change.
Number
a list containing the following values:
alpha1 |
estimate of |
beta1 |
estimate of |
.
Azade Ghazanfarihesari, Majid Sarmad
A. H. Abuzaid, A. G. Hussin & I. B. Mohamed (2013) Detection of outliers in simple circular regression models using the mean circular error statistics
circular,CircStats
# Generate a data set dependent of circular variables.
library(CircStats)
x <- rvm(n = 50, 0, 2)
y <- rvm(n = 50, pi/4, 5)
Predict(x, y)