If I run the code below, xStep1 does not have an attribute named pivot. According to the doc's it should have this attribute. Any help would be appreciated.
x=Diagonal(10000)
x[1,3]=0.3
x[3,1]=0.3
xStep1=chol(x,pivot=TRUE)
If I run the code below, xStep1 does not have an attribute named pivot. According to the doc's it should have this attribute. Any help would be appreciated.
x=Diagonal(10000)
x[1,3]=0.3
x[3,1]=0.3
xStep1=chol(x,pivot=TRUE)
Copyright © 2021 Jogjafile Inc.