Searched refs:_p_ (Results 1 – 2 of 2) sorted by relevance
31 The goal is to transform a given data set __X__ of dimension _p_ to an alternative data set __Y__ o…37 …_p_ variables, and you want to reduce the data so that each observation can be described with only…39 - Write \f$ x_1...x_n \f$ as row vectors, each of which has _p_ columns.86 - Matrix __V__, also of dimension _p_ x _p_, contains _p_ column vectors, each of length _p_, which…
156 #define MY_STRING_DELETE(_p_) delete []_p_; argument