Moments of a function
by Adam Wyatt
19 Jul 2007
(Updated 20 Jul 2007)
Generates the nth order moment of a function.
|
Watch this File
|
| File Information |
| Description |
Computes the nth moment mean of a function (needs more implentation).
m = moment(x, y, n)
m = nth moment of y
x = domain
y = data
n = nth moment == 1 by default
m = int(x^n * y) / int(y)
where int is integral over all x integral is calculated using trapezium rule |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com