Повна роздільність(486 × 900 пікселів, розмір файлу: 10 КБ, MIME-тип: image/png)

Wikimedia Commons logo Відомості про цей файл містяться на Вікісховищі — централізованому сховищі вільних файлів мультимедіа для використання у проектах Фонду Вікімедіа.
Опис Comparison of Difference of Gaussians and Mexican Hat Function, intended to illustrate that DoG is a reasonable approximation to MHF.
Час створення (UTC)
Джерело Originally uploaded to en.wikipedia. Generated using Mathematica 5.0.
 
Це PNG графічне зображення було створено з допомогою Mathematica
Автор JustinWick


Public domain Ця робота була передана у суспільне надбання її автором, JustinWick з англійська Вікіпедія. Це застосовується по всьому світу.
У деяких країнах це не може бути юридично можливо, в такому випадку:
JustinWick дає кожному право на використання цієї роботи для будь-яких цілей, без будь-яких умов, якщо такі умови не вимагаються за законом.

Notes on Generation

To reproduce this plot in mathematica, use the following code:

<< "Statistics`NormalDistribution`";
DOG[mu_, s1_, s2_][x_] := PDF[NormalDistribution[mu, s1], x] - PDF[NormalDistribution[mu, s2], x]; 
MHF[x_] := ((2/(Sqrt[3]*Pi^(1/4)))*(1 - x^2))/E^(x^2/2);
Show[Plot[c*DOG[0, a, b][x] /. {a -> 1.3383326406221043,  b -> 0.7477302449634321, c -> -3.812773094633841}, {x, -5, 5}, 
PlotRange -> {-1,  1}, Frame -> True, Axes -> False, PlotStyle -> {RGBColor[0, 0, 1]}, PlotLabel -> "Difference of Gaussians"], 
Plot[MHF[x], {x, -5, 5}, PlotRange -> {-1, 1}, Frame -> True, Axes -> False, 
PlotStyle -> RGBColor[1, 0, 0], PlotLabel -> "Mexican Hat Function"], PlotLabel -> "Difference of Gaussians and Mexican Hat Function"]

Note, to fit the DoG best to the MHF, I utilized the following code:

NMinimize[{Hold[NIntegrate[Abs[c*DOG[0, a, b][x] - MHF[x]], {x, -5, 5}]], {a > 0, b > 0}}, {a, b, c}]

This uses least squares fitting, which may be slightly suboptimal.

File history on en.wikipedia

Description page history
date/time username edit summary
05:22, 6 December 2005 JustinWick (Explaination of how I created this image.)
04:58, 6 December 2005 JustinWick (Comparison of Difference of Gaussians Difference of Gaussians and Mexican Hat Function. This file was created at 19:02, 18 March 2006 (UTC) by JustinWick, using Mathematica 5.0.)
File versions
  • 04:58, 6 December 2005 . . JustinWick . . 486x900 (10415 bytes) (Comparison of Difference of Gaussians Difference of Gaussians and Mexican Hat Function. This file was created at 19:02, 18 March 2006 (UTC) by JustinWick, using Mathematica 5.0.)

Підписи

Додайте однорядкове пояснення, що саме репрезентує цей файл

Об'єкти, показані на цьому файлі

зображує

10 415 байт

900 піксель

486 піксель

Історія файлу

Клацніть на дату/час, щоб переглянути, як тоді виглядав файл.

Дата/часМініатюраРозмір об'єктаКористувачКоментар
поточний19:02, 18 березня 2006Мініатюра для версії від 19:02, 18 березня 2006486 × 900 (10 КБ)MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: == Summary == Comparison of Difference of Gaussians and Mexican Hat Function. This file was created at 04:58, 6 December 2005 (UTC) by JustinWick, using Mathematica 5.0. It i

Така сторінка використовує цей файл:

Глобальне використання файлу

Цей файл використовують такі інші вікі: