# class stats ( ) The class to calculate and generate statistical reports for the second stage models --- ## **Methods** * annual_stats( ) * mensual_stats( ) --- ## stats.seasonal_stats ( ) stats.seasonal_stats(model_cls_obj) The method to generate statistical reports for the second stage models based on all specified month in second stage data --- ### **Parameters** **model_cls_obj** Input model class object --- ## stats.mensual_stats ( ) stats.mensual_stats(model_cls_obj) The method to generate statistical reports for the second stage models based on each specified month in second stage data --- ### **Parameters** **model_cls_obj** Input model class object