Skip to content

Commit a70508f

Browse files
authored
Update nm_sigma_estimation_comparison.ipynb
1 parent a5ca100 commit a70508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupiter_examples/nm_sigma_estimation_comparison.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
" \"\"\"\n",
251251
" generator = NMGenerator()\n",
252252
" mixture = NormalMeanMixtures(\"canonical\", sigma=real_sigma, distribution=distribution)\n",
253-
" return generator.canonical_generate(mixture, sample_len)\n",
253+
" return generator.generate(mixture, sample_len)\n",
254254
"\n",
255255
"def estimate_sigma_eigenvalue_based(sample, real_sigma, search_area, a, b):\n",
256256
" sample_len = len(sample)\n",

0 commit comments

Comments
 (0)