Copula Distributions and Correlated Samples
Statistics and Machine Learning Toolbox™ provides multiple functions with specified distribution parameters for working with copula distributions and correlated samples. For more information, see Copulas: Generate Correlated Samples.
Functions
| copulacdf | Copula cumulative distribution function | 
| copulapdf | Copula probability density function | 
| copulaparam | Copula parameters as function of rank correlation | 
| copulastat | Copula rank correlation | 
| copulafit | Fit copula to data | 
| copularnd | Copula random numbers | 
Topics
- Copulas: Generate Correlated SamplesCopulas are functions that describe dependencies among variables, and provide a way to create distributions that model correlated multivariate data. 
- Generate Correlated Data Using Rank CorrelationThis example shows how to use a copula and rank correlation to generate correlated data from probability distributions that do not have an inverse cdf function available, such as the Pearson flexible distribution family. 
- Simulating Dependent Random Variables Using CopulasThis example shows how to use copulas to generate data from multivariate distributions when there are complicated relationships among the variables, or when the individual variables are from different distributions.