circleErrors | R Documentation |
Get mean squared error between coordinates and a circle
circleErrors(freepar, X, Y, setpar = c())
freepar |
Vector with xc and yc parameters: x and y of the circle's middle.
Optionally also includes |
X |
Vector of X coordinates |
Y |
Vector of Y coordinates |
setpar |
Vector that can have a fixed radius |
The mean squared error between the distances of X
and
Y
from the position in par and the radius r
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.