User (Legacy) Posted January 26, 2003 Report Posted January 26, 2003 Hello, I'm looking for functions to show the standard deviation in my charts, and for extract a discrete fourier transform from my series. How can I do that? Thank you, Paolo Capitani
Software FX Posted January 27, 2003 Report Posted January 27, 2003 You have to calculate these functions in your code. Chart FX does not make any statistical calculations on it own. We are building an Statistical extension that will cover this functionality but that is still in its early stages. -- FP Software FX, Inc.
Software FX Posted January 27, 2003 Report Posted January 27, 2003 What you want is to start on the first point right ? Setting MarkerStep to 6 will put the first marker in point number 6 (6th point), I think what you need is to start of at the first point so that you have markers at 1,7,13,18,... To do this, set the MarkerStep to -6 Setting to a negative value makes it start at the first point. I believe we failed to mention this in the docs. -- FP Software FX, Inc.
User (Legacy) Posted January 27, 2003 Author Report Posted January 27, 2003 Ok, I'll build that in my ASP application. Thank you! Paolo Capitani "SoftwareFX Support" <support@softwarefx.com> wrote in message news:sSEggIkxCHA.1384@webserver1.softwarefx.com... > You have to calculate these functions in your code. Chart FX does not make > any statistical calculations on it own. > > We are building an Statistical extension that will cover this functionality > but that is still in its early stages. > > -- > FP > Software FX, Inc. > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.