Page 1 of 1

Normal Distribution Plot

Posted: Thu Apr 26, 2007 8:04 am
by 6920051
What built-in support has TeeChart for Normal Distribution Plots (Gaussian Distribution)?

Posted: Thu Apr 26, 2007 9:29 am
by narcis
Hi dg,

This can be done using TeeChart, but you'll have to code normal distribution pdf, cdf and ppf in order to do proper transformation on values and labels.

There's an example available at:

http://www.dewresearch.com/StatsSeriesGallery.html

Also notice that TeeChart already provides base functions to achieve what you request. I recommend you to read Tutorial 7 - Working with Functions. You'll find the tutorials at TeeChart's program group.