Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


CircOutlier (version 3.2.3)

DMCEE:

Detection of Outliers in Circular-Circular Regression

Description

This function calculates the absolute values of the difference between the values of MCE and MCe statistic. Then, it draws the scatter plot of them and estimates the concentration parameter of k. Given the sample size and the estimated value of K, cut-off point from the table DMCE in the significance level of 0.05 or 0.1 will be found. Outliers are locatedon the top of teh line corresponding to the cut-off point.

Usage

DMCEE(x, y, b)

Arguments

x
independent variable on model $y_i=\alpha+\beta x_i+\epsilon_i$ (mod 2$\pi$) (i=1,2,...,n)
y
the response variable on model $y_i=\alpha+\beta x_i+\epsilon_i$ (mod 2$\pi$) (i=1,2,...,n)
b
the level of significance (0.05 or 0.1)

Details

The ith observation is identified as an outlier if the absolute values of the difference between the values of MCE and MCe statistic exceeds a pre-specified cut-off point.

References

A. H. Abuzaid, A. G. Hussin & I. B. Mohamed (2013) Detection of outliers in simple circular regression models using the mean circular error statistics

See Also

circular, CircStats

Examples

Run this code
data(wind2)
DMCEE(wind2[,1], wind2[,2], .9)

Run the code above in your browser using DataLab