Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 375 Bytes

File metadata and controls

3 lines (2 loc) · 375 Bytes

📊 Phase-Type Distribution Fitting in R

This repository contains R code for fitting phase-type distributions, inspired by the matrixdist package (Bladt & Yslas, 2021). The implementation uses an object-oriented approach and leverages C++ for performance improvements through the Rcpp package. Matrix computations are optimized using Armadillo.