Distribution Class

버전 0.0.1.3 (22.6 KB) 작성자: PhilDD
A MATLAB class to handle random variables by their distributions.
다운로드 수: 21
업데이트 날짜: 2019/8/13

라이선스 보기

A MATLAB class to handle random variables by their distributions.

In the current version the class provides some basic standard distributions and standard operations like addition of independent random variables. It simplifies working with random variables, since operations are overloaded, such that it is possible to type "X+Y" or "min(X,Y)" to obtain the resulting distribution.

Whenever possible and implemented, the class tries to use an analytical solution for a operation on known distributions. Otherwise, the operations will be performed numerically. Also arbitrary distributions can be created by providing the numeric values of their PDFs.

So far, the class is in a development status and not very well documentated.

인용 양식

Philipp Schulz, Distribution Class (https://www.mathworks.com/matlabcentral/fileexchange/72423, MATLAB Central File Exchange. Retrieved August 13, 2019.

MATLAB 릴리스 호환 정보
개발 환경: R2017b
R2017b에서 R2019a까지의 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
0.0.1.3

Upload of the correct files

0.0.1.2

Problems with the first upload hopefully solved

0.0.1.1

changed the file information only

0.0.1