R tells me my matrix is not definite positive.
when I return the 2*2 matrix all elements are 3.033e+307.
is nt this a positive definite matrix? why R says it is not?
Asked
Active
Viewed 51 times
0

Mathica
- 1,241
- 1
- 5
- 17
-
3First, this likely is better suited for [stats.se] or [math.se]. Second, the theoretical discussion might be helpful, but *your matrix* might have some nuance that you don't know about; unfortunately, neither do we, we don't have it. Please provide sample data using `dput(.)` or build it programmatically, see https://stackoverflow.com/q/5963269, [mcve], and https://stackoverflow.com/tags/r/info. – r2evans Aug 05 '21 at 19:57
-
If all elements are the same the matrix is not positive definite, only positive semidefinite. – user2554330 Aug 06 '21 at 00:15