Moments of a function
Version 1.0.0.0 (1,37 KB) von
Adam Wyatt
Generates the nth order moment of a function.
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
Zitieren als
Adam Wyatt (2024). Moments of a function (https://www.mathworks.com/matlabcentral/fileexchange/15639-moments-of-a-function), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2007a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |