mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-14 11:11:48 +02:00
Implement new step pipelines/steps/adjust_uncertainty_column_in_nas_file.py.
This commit is contained in:
@ -93,7 +93,8 @@ def generate_missing_value_code(max_val, num_decimals):
|
||||
|
||||
return missing_code
|
||||
|
||||
|
||||
def compute_uncertainty_estimate(x,x_err):
|
||||
return ((0.5*x_err)**2+(0.5*x)**2)**0.5
|
||||
|
||||
|
||||
def generate_error_dataframe(df: pd.DataFrame, datetime_var):
|
||||
|
Reference in New Issue
Block a user