Advanced Topics in Probability Theory

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'M.Marsili', True);
add_post_meta($ID, 'Credits', '3', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>


ProbStochProcPicture

Main Topics

  • Law of large numbers
  • Central limit theorems for sums of random variables
  • Limit theorems for extremes
  • Large deviations
  • Elements of information theory

Comments are closed.