Implemented more functions

This commit is contained in:
2021-05-28 14:35:21 +02:00
parent 32dafd4e54
commit 7deeabfd55
5 changed files with 193 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ extern crate intel_mkl_src;
use kickscore as ks;
// #[test]
#[test]
fn binary_1() {
let mut model = ks::BinaryModel::new(ks::BinaryModelObservation::Probit);