Convex Hull #576
Unanswered
pharringtonp19
asked this question in
Q&A
Convex Hull
#576
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would be grateful for any feedback on how to improve the following bit of code.
I am looking to take a matrix,$X$ , randomly sample a row, $x_i$ , and determine if the randomly sampled vector is in the convex hull formed by the remaining rows: $x_i \in Cov(X_{-i})$
The parameter$d$ allows me to restrict the number of columns I consider.
Beta Was this translation helpful? Give feedback.
All reactions