View source: R/FWpoint.numerical.R
FWpoint.numerical | R Documentation |
Returns the Fermat-Weber point of N points using a gradient based numerical method
FWpoint.numerical(datamatrix)
datamatrix |
matrix of dimension N*e, where N is the number of observations which lie in R^e. |
Fermat-Weber point approximation (vector 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.