1
vote
0answers
66 views

How to calculate probability with sigmoid output in feedforward neural network?

first of all I'm sorry for my not very skilled English, but I will do my best to explain my problem. I'm trying to create a feedforward neural network with one hidden layer (with probably arctan ...
0
votes
0answers
18 views

is there a Kalman filter for distribution function?

The standard Kalman filter uses a series of measurements observed over time, to decomposite the signal and noise. However, when I'm modeling the distribution (pdf or cdf) of a variant, is there a ...
0
votes
1answer
86 views

Time-evolving probability distribution functions with an equation of motion

I came up with this question a while ago and haven't been able to gain any insight on it. You are playing baseball. As a batter with finite vision capabilities, the only information you have about ...
3
votes
1answer
516 views

Understanding the Pareto distribution as applied to wealth

The Pareto distribution is used to say, given a particular person X, what is the pdf of his wealth. I would like to explore the reciprocal question: Given the total amount of wealth in a population, ...
1
vote
0answers
88 views

Is there a SoftMax distribution with confidence parameters?

This is a softmax probability distribution: $$P(i\mid w_1, w_2, \ldots, w_n) = \frac{\exp(w_i)}{\sum_{i=1}^n \exp(w_i)}.$$ It known also as Boltzmann distribution. It is used in generalized ...