powered by
Returns the Fermat-Weber point of N points using a gradient based numerical method
FWpoint.numerical(datamatrix)
Fermat-Weber point approximation (vector in R^e)
matrix of dimension N*e, where N is the number of observations which lie in R^e.
Georgios Aliatimis g.aliatimis@lancaster.ac.uk
Aliatimis, Georgios, Ruriko Yoshida, Burak Boyaci and James A. Grant (2023). Tropical Logistic Regression on Space of Phylogenetic Trees
D = matrix(c(0,0,0,0,2,5,0,3,1),3,3,TRUE) FWpoint.numerical(D)
Run the code above in your browser using DataLab