You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code states that nQList is optional but fails at line 562 unless it is provided (for trunMethod = TO).
nQList: (optional) List of length p, nQList=[nQ1,nQ2,...,nQp], where nQi: number of samples in i-th direction * nQList=[] (default) if p==1 or p>1 and 'truncMethod':'TO'* Required only if p>1 and 'truncMethod':'TP'
The text was updated successfully, but these errors were encountered:
@SctShaw : sorry for the late reply. Are you using "Regression" to compute the PCDE coefficients?
Can you please upload the code here to reproduce the error?
The code states that nQList is optional but fails at line 562 unless it is provided (for trunMethod = TO).
nQList
: (optional) List of length p,
nQList=[nQ1,nQ2,...,nQp], where
nQi: number of samples in i-th direction * nQList=[] (default) if p==1 or p>1 and
'truncMethod':'TO'* Required only if p>1 and
'truncMethod':'TP'The text was updated successfully, but these errors were encountered: