Content deleted Content added
GreenC bot (talk | contribs) Move 4 urls. Wayback Medic 2.5 |
|||
Line 29:
== 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. [[R language]] has a package <kbd>acepack</kbd> which implements ACE algorithm. The following example shows its usage:
<syntaxhighlight lang="r">
a <- ace(x, y)
plot(a$tx, a$ty) # examine the linearity of the fitted model
</syntaxhighlight>
== Discussion ==
|