File:Multivariate Gaussian.png

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Original file(1,280 × 800 pixels, file size: 37 KB, MIME type: image/png)

Summary

Probability density function for the multivariate normal distribution

Created using Octave <nowiki> % mu = [40; 60]; % sigma = [100, 30; 30, 140];

isigma = inv(sigma); detsigma = det(sigma); coeff = 1/(2*pi*sqrt(detsigma)); for i=1:100

   for j=1:100

Licensing

Lua error in package.lua at line 80: module 'strict' not found.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:57, 16 January 2017Thumbnail for version as of 07:57, 16 January 20171,280 × 800 (37 KB)127.0.0.1 (talk)Probability density function for the multivariate normal distribution Created using Octave <nowiki> % mu = [40; 60]; % sigma = [100, 30; 30, 140]; isigma = inv(sigma); detsigma = det(sigma); coeff = 1/(2*pi*sqrt(detsigma)); for i=1:100 for j=1:100
07:57, 16 January 2017Thumbnail for version as of 07:57, 16 January 20171,280 × 800 (37 KB)127.0.0.1 (talk)Probability density function for the multivariate normal distribution Created using Octave <nowiki> % mu = [40; 60]; % sigma = [100, 30; 30, 140]; isigma = inv(sigma); detsigma = det(sigma); coeff = 1/(2*pi*sqrt(detsigma)); for i=1:100 for j=1:100
  • You cannot overwrite this file.

The following page links to this file: