Skip to content

A python implementation of NORTA algorithm for random vector generation with component-wise correlation.

Notifications You must be signed in to change notification settings

dukduque/NortaPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implentation of NORTA procedure Cario and Nelson, 1997.

NORTA fits a sequence of random vectors to follow specified marginal 
distributions and a given covariance matrix. The procedure is a copula-type
method.

@TECHREPORT{Cario97,
    author = {Marne C. Cario and Barry L. Nelson},
    title = {Modeling and generating random vectors with arbitrary marginal distributions and correlation matrix},
    year = {1997},
    institution={Northwestern University}
}

@article{cario_nelson_96,
  title={Autoregressive to anything: Time series input processes for simulation},
  author={Marne C. Cario and Barry L. Nelson},
  journal={Operations Research Letters},
  pages={51-58},
  volume={19},
  year={1996}
}

About

A python implementation of NORTA algorithm for random vector generation with component-wise correlation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages