Master's Project: Reliability Estimation in Series Systems
My master's project on maximum likelihood estimation for series systems with right-censored and masked failure data.
Browse posts by tag
My master's project on maximum likelihood estimation for series systems with right-censored and masked failure data.
A retrospective on three years of building R packages and writing papers for masked series system reliability, and what comes next.
Observation functors in maskedcauses: composable functions that separate the data-generating process from the observation mechanism, enabling mixed-censoring simulation and verified Monte Carlo studies.
The maskedcauses R package for MLE in series systems with masked component failures, built on composable likelihood contributions and validated through simulation.
My graduate coursework from SIUe's math program is up: time series, regression, computational stats, multivariate analysis, and statistical methods.
My R package for hypothesis testing, hypothesize, is now available on CRAN.
Extending masked failure data analysis when the standard C1-C2-C3 masking conditions are violated.
A generic R framework for composable likelihood models. Likelihoods are first-class objects that compose through independent contributions.
An R package that gives hypothesis tests a consistent interface. Every test returns the same structure. You can write generic code that works across all of them.
Problem sets for STAT 581 - Statistical Methods at SIUe, taught by Dr. Neath during Fall 2021.
An experiment is conducted to study the effect of fitness level on ego > strength. Random samples of college faculty members are selected from each
A randomized complete block design is used to study the effect of caliper on the measured diameters
An experiment is designed to investigate whether the time to drill holes in rock holes using wet or dry drilling.
A product developer is investigating the tensile strength of a new synthetic fiber that will be used to make cloth for men’s shirts.
An experiment is conducted to study the effect of drilling method on drilling time. Each method (dry drilling, wet drilling) is used on rocks.
An experiment to compare a new drug to a standard is in the planning stages. The response variable of interest is the clotting time (in minutes) of blood
The insulating life of protective fluids at an accelerated load is being studied. The experiment has been performed for four types of fluids, with
A factorial experiment is used to develop a nitride etch process on a single wafer plasma etching tool.
A soft drink bottler is interested in studying the effects on a filling process. A factorial experiment is run using three factors: percent carbonation (in %),
A paired comparisons design is used to study the effect of machine operator on > the measured running time (in secs.) of a fuse. A sample of fuses is
An experiment is designed to test for systematic differences in the hardness > measurements provided by two devices (fixed effect, factor ).
The surface finish of metal parts made on machines is under > investigation. > Each machine can be run by one of operators.
This problem set covers the E-M algorithm for right-censored normal data with known variance.
This problem set covers sampling from a Gamma distribution using Metropolis-Hastings and acceptance-rejection methods.
An R package for specifying hazard functions directly instead of picking from a catalog of named distributions. You write the hazard. It handles the rest.
An R package that treats MLEs as algebraic objects. They carry Fisher information, compose through independent likelihoods, and propagate uncertainty correctly.
Discrete multivariate analysis exam covering log-linear models and categorical data analysis.
Final exam for discrete multivariate analysis.
Problem set 10 for discrete multivariate analysis.
Problem set 5 for discrete multivariate analysis.
Problem set 6 for discrete multivariate analysis.
Problem set 7 for discrete multivariate analysis.
Problem set 8 for discrete multivariate analysis.
Problem set 9 for discrete multivariate analysis.
Problem sets for STAT 478 - Time Series Analysis at SIUe, taught by Dr. Beidi during Spring 2021.
Problem sets for STAT 579 - Discrete Multivariate Analysis at SIUe, taught by Dr. Andrew Neath during Spring 2021.
Time series analysis exam covering ARMA processes and model identification.
Time series analysis coursework.
Final exam for time series analysis course.
Problem set 3 for time series analysis.
Problem set 4 for time series analysis.
Problem set 5 for time series analysis.
Problem set 6 for time series analysis.
Time series analysis project.
An R package that treats probability distributions as algebraic objects. They compose through standard operations. The algebra preserves distributional structure.
I'm building R packages for reliability analysis, not just using other people's. R's strengths for statistical computing are real, and building packages forces you to understand the theory.