05-16-2008 02:40 PM
05-21-2008 11:03 AM
Hey Don,
There are a few VIs that uses integration to find the area under the curve. As for your case, it seems you will need to write your own algorithm to do this.
Here is an example for Calculating the Area with Respect to the Y-Axis on an XY Graph in LabVIEW. This should give you an idea as to what you'll need to do.
Hopefully this helps!!
05-21-2008 11:17 AM
05-21-2008 12:43 PM
05-21-2008 12:47 PM
I would be interested to see any further information you know about this.
Thanks,
Don
05-21-2008 01:20 PM
|
(3) | |||
|
(4) |
where erf is the error function. Notice this is the positive reals.
This is the Maclaurin Series breakdown of the funciton
|
(6) | |||
05-21-2008 01:21 PM
Incomplete Gamma Function
where the gamma(.5,z^2) is the incomplete gamma function;
The "Upper Incomplete Gamma Function"
|
(1) |
For an integer
|
(2) | |||
|
(3) |
|
(1) |
For an integer
|
(2) | |||
|
(3) |
For other
The cumulative distribution function, which gives the probability that a variate will assume a value , is then the integral of the normal distribution,
|
(8) | |||
|
(9) | |||
|
(10) |
It is a bit "thrown together", I hope this helps some...
05-21-2008 01:35 PM - edited 05-21-2008 01:36 PM
05-22-2008 11:44 AM
05-27-2008 08:46 AM