probability
How "best" to allow a web-page visitor to construct mathematical or statistical tools?
I have a free web site that streams real-time stock-options data. I want to let users make and then save their own JavaScript-callable tools to interpret options data. Users can invoke these custom to[详细]
2023-02-23 12:26 分类:问答Predicting game outcomes at a point in time
Hi I am trying to gauge from past information I have on an MSSQL database the predicted outcomes of soccer games (win, tie or loss for the home team) at any point in time basedon the minutes playedand[详细]
2023-02-21 19:49 分类:问答Log likelihood to implement Naive Bayes for Text Classification
I am implementing Naive Bayes algorithm for text classification. I have ~1000 documents for training and 400 documents for testing. I think I\'ve implemented training part correctly, but I am confused[详细]
2023-02-20 15:49 分类:问答Translating a score into a probabilty
People visit my website, and I have an algorithm that produces a score between 1 and 0.The higher the score, the greater the probability that this person will buy something, but the score isn\'t a pro[详细]
2023-02-19 20:14 分类:问答FastICA and Blind Signal Separation Mathematics Question
I\'m trying to make my own implementation of the FastICA algorithm based on the paper here: http://www.cs.helsinki.fi/u/ahyvarin/papers/NN00new.pdf.[详细]
2023-02-18 16:08 分类:问答Bayesian Network: Independance and Conditional Independance
I\'m having some misunderstanding concerning Bayesian network. My main misunderstanding are independence and conditional independence!![详细]
2023-02-18 12:54 分类:问答Probability of n-bit integers [duplicate]
This question already has answers here: Closed 11 years ago. Poss开发者_StackOverflow社区ible Duplicate:[详细]
2023-02-16 07:12 分类:问答Rolling Dice Simulation
I have to write a script that uses the user input to roll a certain amount of dice, with a certain amount of sides, with a certain amount of rolls , and a certain amount of trials.[详细]
2023-02-15 19:05 分类:问答-
Matlab: seqlogo with uniform plot column heights
In Matlab, I want to make a seqlogo plot o开发者_开发问答f an amino acid sequence profile. But instead of scaling the heights of the plot columns by entropy, I want all the columns to be the same heig[详细]
2023-02-13 13:02 分类:问答 Is MySQL's RAND() good enough for "shuffling" card decks for card games?
I\'ve got a poker and b开发者_StackOverflow社区lackjack game that store a base card deck in a MySQL database. In order to shuffle the cards, I order the table at random using ORDER BY RAND() and inser[详细]
2023-02-12 13:02 分类:问答