-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: reiterate that default ci_length is 0.9 so cache is used.
- Loading branch information
1 parent
170fbf2
commit 1b70a9a
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
import {find_beta_from_ci} from "./index.js" | ||
|
||
console.log({ci_lower: 0.3, ci_upper: 0.8}) | ||
let result1 = find_beta_from_ci({ci_lower: 0.3, ci_upper: 0.8}) | ||
console.log(result1) | ||
|
||
/* | ||
let result2 = find_beta_from_ci({ci_lower: 0.3, ci_upper: 0.8, ci_length: 0.95}) | ||
console.log(result2) | ||
let result3 = find_beta_from_ci({ci_lower: 0.001, ci_upper: 0.01, ci_length: 0.90}) | ||
console.log(result3) | ||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters