Skip to content
#

markov-model

Here are 118 public repositories matching this topic...

ncordon
ncordon commented Jan 28, 2019

When we call markovchainFit with the laplace or bootstrap method, it should warn us that the method is not available for a list. For example:

c1<-c("a","b","c","c","e") 
c2<-c("a","b","d","e") 
c3<-c("a","c","b","c","d") 
c4<-c("a","b","b","d","b","c","d","e") 
c5<-c("a","c","c","d","d") 
c6<-c("a","c","d","d","b","b","e") 

mylist<-list(c1,c2,c3,c4,c5,c6) 
mylistMc<-markovch
eblen
eblen commented May 23, 2017

The simple test in the README doesn't work:

run a simple test

cd adaptive/tests/
python test_simple.py

  1. The directory name is wrong. It should be 'adaptivemd/tests/'
  2. The MongoDB database has to be running, which is not mentioned.
  3. It generates an assertion error:

(python2) macbook>python ./test_simple.py
changed state to booting
changed state to running
task succeeded
re

Improve this page

Add a description, image, and links to the markov-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the markov-model topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.