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(values, ...)

Get the difference from the mean value.

get_distance_between_two_vertices(vertex_1, ...)

Get the distance between two vertices.

get_mean(values)

Get the mean of the values.

get_mean_radius(discrete_values)

Get the mean of the radius in the discrete range.

get_mean_theta(discrete_values)

Get the mean of the theta in the discrete range.

get_radius_from_x_y(xi, yi, x_mean, y_mean)

Get the radius from the x and y coordinates.

get_radius_std(discrete_values)

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

get_standard_deviation(values)

Get the standard deviation of the values.

get_theta_from_x_y(xi, yi, x_mean, y_mean)

Get the theta from the x and y coordinates.

get_true_theta_from_x_y(xi, yi, x_mean, y_mean)

Get the theta from the x and y coordinates.

get_x_y_z_mean(discrete_values)

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