utils.math.data_extraction

Created on Mon Apr 17 2023 @name: data_extraction.py @desc: This module contains some utility functions for math operations. @auth: Djalim Simaila @e-mail: djalim.simaila@inrae.fr

Functions

get_difference_from_mean_value

Get the difference from the mean value.

get_distance_between_two_vertices

Get the distance between two vertices.

get_mean

Get the mean of the values.

get_mean_radius

Get the mean of the radius in the discrete range.

get_mean_theta

Get the mean of the theta in the discrete range.

get_radius_from_x_y

Get the radius from the x and y coordinates.

get_radius_std

Get the standard deviation of the radius in the discrete range.

get_standard_deviation

Get the standard deviation of the values.

get_theta_from_x_y

Get the theta from the x and y coordinates.

get_true_theta_from_x_y

Get the theta from the x and y coordinates.

get_x_y_z_mean

Get the mean of the x and y coordinates in the discrete range.