3. Maximum Entropy Estimation: Shannon's entropy is defined as: where =- H(p) Pilnpi = Σ1 Possibility of each event: pi = p(xi) = [0,1] You are given a six-sided dice numbered from 1 to 6. You are given the information that the average result from 10000 times of rolling dice is E[x]=3.5. What is your estimation of the probabilities associated with different sides (what is the probabilities of having 1, 2, ..., respectively)? The following nonlinear optimization problem max H (p) subject to Σ - Pi = 1, Σi±1 xipi = E[x] gives the least-biased probability distribution (a) Solve this problem by calling an optimization solver. Include your script and result output. Plot how the probabilities change as E[x] varies between 1 and 6. (b) Derive the optimality conditions using Lagrange Multiplier Method. Save this result, as we will come back to it in the next homework assignment.
3. Maximum Entropy Estimation: Shannon's entropy is defined as: where =- H(p) Pilnpi = Σ1 Possibility of each event: pi = p(xi) = [0,1] You are given a six-sided dice numbered from 1 to 6. You are given the information that the average result from 10000 times of rolling dice is E[x]=3.5. What is your estimation of the probabilities associated with different sides (what is the probabilities of having 1, 2, ..., respectively)? The following nonlinear optimization problem max H (p) subject to Σ - Pi = 1, Σi±1 xipi = E[x] gives the least-biased probability distribution (a) Solve this problem by calling an optimization solver. Include your script and result output. Plot how the probabilities change as E[x] varies between 1 and 6. (b) Derive the optimality conditions using Lagrange Multiplier Method. Save this result, as we will come back to it in the next homework assignment.
A First Course in Probability (10th Edition)
10th Edition
ISBN:9780134753119
Author:Sheldon Ross
Publisher:Sheldon Ross
Chapter1: Combinatorial Analysis
Section: Chapter Questions
Problem 1.1P: a. How many different 7-place license plates are possible if the first 2 places are for letters and...
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 4 images