이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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.
