nuctransportdb.recommended_CV

Functions

s_CV(df)

Calculate the coefficient of variation (CV) for the specific rock types.

rock_CV()

Calculate the coefficient of variation (CV) for each rock type.

Module Contents

nuctransportdb.recommended_CV.s_CV(df)[source]

Calculate the coefficient of variation (CV) for the specific rock types.

Parameters:

df (pd.DataFrame) – The dataframe containing nuclide property data.

Returns:

The coefficient of variation for the specified rock type.

Return type:

float

nuctransportdb.recommended_CV.rock_CV()[source]

Calculate the coefficient of variation (CV) for each rock type.

Returns:

A dictionary containing the CV for each rock type.

Return type:

dict