Skip to content

1000pilar/npm-package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm-package

How To Use

You could require as bellow: var bcmTestBayes = require('bcmTestBayes').bcmTestBayes

Please input your case with format :

bcmTestBayes(sample, cancerPositive, mammographCancerPositive, mammographPositiveHealt) +++++++++ rules input ++++++++

  1. sample (What ever number you want)
  2. cancerPositive (total detected sample has cancer Positive after scanning)
  3. mammographCancerPositive(detected positive from sample cancer positive)
  4. mammographPositiveHealt(detected positive from sample cancer negative)

The data from real world you have input, would return presentation probability. How mach probability patient getting cancer with this all group test if patient detected mammograph positive !!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%