algorithm - How to predict a True/False event -
i have measurements on system (x, y, z, ..) on many trials. system produces true or false output. take data , produce predictor function of x,y, z, best predict system outcome.
i used methods approximating smooth outcomes approximating graph, don't know terms search when outcome true/false.
search multivariate classification
.
in case have 2 classes (true , false).
the wikipedia article on statistical classification has list of commonly used algorithms.
you can search multivariate regression
attempts model real value function of several values in case possible values discrete set (0,1). 1 have take decision on whether predicted outcome true or false based on regression function's output (e.g. assume true if output > 0.5 , false if it's <= 0.5).
note there https://stats.stackexchange.com/ more detailed answers related analysis of data.
Comments
Post a Comment