nuctransportdb.recommended_CV ============================= .. py:module:: nuctransportdb.recommended_CV Functions --------- .. autoapisummary:: nuctransportdb.recommended_CV.s_CV nuctransportdb.recommended_CV.rock_CV Module Contents --------------- .. py:function:: s_CV(df) Calculate the coefficient of variation (CV) for the specific rock types. :param df: The dataframe containing nuclide property data. :type df: pd.DataFrame :returns: The coefficient of variation for the specified rock type. :rtype: float .. py:function:: rock_CV() Calculate the coefficient of variation (CV) for each rock type. :returns: A dictionary containing the CV for each rock type. :rtype: dict