Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gaussian

Three-term Gaussian Fit To Gaussian Data (python)

I am trying to fit a gaussian data to a specific three-term gaussian (in which the amplitude in on… Read more Three-term Gaussian Fit To Gaussian Data (python)

Astropy.model 2dgaussian Issue

I'm trying to a 2D Gaussian to a fits image in order to find the brightest object in the image.… Read more Astropy.model 2dgaussian Issue

Fitting Gaussian To Absorbtion Line In Python

I am trying to fit a gaussian to my data which is taken in a pretty narrow spectral window. We got … Read more Fitting Gaussian To Absorbtion Line In Python

What Is The Significance Of Omega In Successive Over Relaxation Rate Method?

I have the following matrix I have transformed this to strictly dominant matrix and applied Guass-… Read more What Is The Significance Of Omega In Successive Over Relaxation Rate Method?

How To Construct And Plot Uni-variate Gaussian Mixture Using Its Parameters In Python

I want to construct and 1D plot a uni-variate Gaussian Mixture with say three components in Python … Read more How To Construct And Plot Uni-variate Gaussian Mixture Using Its Parameters In Python

How To Force Larger Steps On Scipy.optimize Functions?

I have a function compare_images(k, a, b) that compares two 2d-arrays a and b Inside the funcion, I… Read more How To Force Larger Steps On Scipy.optimize Functions?