Calculate Mean, please notice MEAN, of two OR SEVERAL probabilitY density functions

조회 수: 2 (최근 30일)
Jules Ray
Jules Ray 2019년 2월 25일
편집: Jules Ray 2019년 2월 25일
Hello I have created several pdf's using the formula below (60 pdf's). I would like to calculate the mean of all these pdfs but I have not idea how to do this.
Here is the formula I used to create each of the pdfs, L1 is a structure that contain a matrix that contain the Z values. I used in this example the structure L1(1), I have 60 more of these structures so they go from L1(1).Z to L1(60).Z, I calculated pdf's for each of these pupulations of Z.
%pdf for the structure L1(1).Z
pd = fitdist(L1(1).Z(:),'Normal');
x_pdf = [min(L1(1).Z(:)):0.01:max(L1(1).Z(:))];
y = pdf(pd,x_pdf);
Thanks in advance for any help
PLEASE NOTICE THIS QUESTION IS NOT DUPL;ICATED, HERE I AM ASKING FOR THE MEAN OF SEVERAL PROBAILITY DENSITIES.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by