mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
@@ -38,7 +38,7 @@ public class Gaussian {
|
||||
return mat;
|
||||
}
|
||||
|
||||
// calcilate the x_1, x_2,... values of the gaussian and save it in an arraylist.
|
||||
// calculate the x_1, x_2,... values of the gaussian and save it in an arraylist.
|
||||
public static ArrayList<Double> valueOfGaussian(int mat_size, double[][] x, double[][] mat) {
|
||||
ArrayList<Double> answerArray = new ArrayList<Double>();
|
||||
int i, j;
|
||||
|
||||
Reference in New Issue
Block a user