gro_exp.ddb.drop_outliers¶
- gro_exp.ddb.drop_outliers(data, prop_dict, temp, area)¶
This function can be used remove the specified outliers from the mean property. Therefore, it will be specified a area in which the data points has to be considered. All points outside these area will be removed.
- Parameters
- datadictonary
dictonary with the mean property, standard deviation and number of data points for the specified temperatures
- prop_dictdictonary
dictonary with all data points for the specified temperatures
- tempstring
consiedered temperature
- arealist
list with lowest and the highest property
- Returns
- datadictonary
dictonary with the mean property, standard deviation and number of data points for the specified temperatures