Ppurturb2D | R Documentation |
2D landmark -Pre-Shape space Data(Gaussian likelihood with Isotropic Error Variance) generates pertrubed point from 1 parameter sigma.
Ppurturb2D(t, tune)
t |
An array containing 5*1 parameters |
tune |
array containing 5*1 tuning value |
"Sigma" = Isotropic error variation parameter
g, which is a (new) purturbed point from parameter space
## Not run:
NN=10; temp=rep(NA,NN); tempp=rep(1,1);
plot(x = 1,type = "n",xlim = c(0, NN+1), ylim = c(-10, 10),pch = 16,xlab = "steps", ylab = "mean(t)",main = "Purturbed point plot")
abline(h=mean(tempp))
for(k in 1:NN)
{ Sys.sleep(.1)
temp[k]=mean(Ppurturb2D(tempp, rep(1,1)))
points( temp[k]~k,pch = 10,col =k)
Sys.sleep(0)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.