We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have encountered this issue many times. Here is a simple example, using a workaround for #1:
require('ocp') #> Loading required package: ocp dims = 8 cpd = initOCPD( dims=dims, init_params=replicate(dims, list(m = 0, k = 0.01, a = 0.01, b =1e-04), simplify=F), initProb = replicate(dims, ocp:::gaussian_init, simplify=F) ) onlineCPD(datapts=rep(1, dims), cpd) #> [1] "Incompatible ocpd settings with input ocpd object." #> Error in if (as.character(ocpd_settings[[set_id]]) != as.character(oCPD$ocpd_settings[[set_id]])) {: argument is of length zero
Created on 2021-02-19 by the reprex package (v1.0.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have encountered this issue many times. Here is a simple example, using a workaround for #1:
Created on 2021-02-19 by the reprex package (v1.0.0)
The text was updated successfully, but these errors were encountered: