Alternating conditional expectations: Difference between revisions

Content deleted Content added
m Added nonparametric reference to intro.
m Added reference to published R package
Line 30:
 
== Software implementation ==
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. The [[R language]] has a package <kbd>acepack</kbd><ref name="CRAN">{{cite web |url=https://cran.r-project.org/package=acepack |title= DOI:10.32614/CRAN.package.acepack}}</ref> which implements ACE algorithm. The following example shows its usage:
<syntaxhighlight lang="r">
library(acepack)