Skip to content

lucas992x/gammaprocesses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code I use for my mastes thesis, still a work in progress.

Quick info

A gamma process is a stochastic process if its increments are independent and have a gamma distribution. It can be used to approximate the degradation of objects. This code can import data from a dataset (two are given here) and compute the parameters, or generate random samples from arbitrary parameters.

Acknowledgments