An interface framework for sharing intermediate steps across statistical methods
StatsProcedures.jl is a Julia package that provides interfaces for generic statistical methods that allow sharing results from intermediate steps across multiple model specifications that may require different methods. It is originally a component of DiffinDiffsBase.jl for reducing unnecessary repetitions of identical intermediate steps when estimating multiple specifications. It is not intended to be used as a standalone package.