Power function fit to data set
Posted
by czerasz
on Stack Overflow
See other posts from Stack Overflow
or by czerasz
Published on 2010-06-06T12:34:32Z
Indexed on
2010/06/06
12:42 UTC
Read the original article
Hit count: 402
I have a set of data (in ArrayCollection) and I need to fit a power function { f(x)= B + x^alpha } to it, before display in LineChart. As result I need the alpha and B paremeter.
How to do this with Flex?
© Stack Overflow or respective owner