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)

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?

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?

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

GaussianMixture Initialization Using Component Parameters - Sklearn

I want to use sklearn.mixture.GaussianMixture to store a gaussian mixture model so that I can later… Read more GaussianMixture Initialization Using Component Parameters - Sklearn

Fitting Data To A Gaussian Profile

I have been trying to fit a gaussian into my spectrum. (intensity v/s velocity spectrum) spectrum N… Read more Fitting Data To A Gaussian Profile