Alternating conditional expectations: Difference between revisions

Content deleted Content added
m Added reference to published R package
m Removed awkward sentence that was from original paper out of context and referenced the project.
Line 30:
 
== Software implementation ==
The ACE algorithm wasand developedsoftware inwere thedeveloped contextas part of known[[Project_Orion_(nuclear_propulsion)|Project distributionsOrion]].<ref>Breiman, InL., practiceFriedman, dataJ., distributions1982. areEstimating seldomOptimal knownTransformations for Multiple Regression and theCorrelation. conditionalTechnical expectationReport should9. beUniversity estimatedof fromCalifornia, dataBerkeley, Dept of Statistics.</ref> 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 the ACE algorithm. The following example showsdemonstrates its usage:
<syntaxhighlight lang="r">
library(acepack)