Alternating conditional expectations: Difference between revisions

Content deleted Content added
No edit summary
Line 36:
The ACE algorithm was developed in the context of known distributions. In practice, data distributions are seldom known and the conditional expectation
should be estimated from data. [[R language]] has a package <kbd>acepack</kbd> which implements ACE algorithm. The following example shows its usage:
library(acepack)
TWOPI <- 8*atan(1)
x <- runif(200,0,TWOPI)