<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Maximum Likely Emily</title>
    <description>learning stats and stuff</description>
    <link>https://mlekimchi.github.io/</link>
    <atom:link href="https://mlekimchi.github.io//feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Fire stats project, Tableau dashboard</title>
        <description>
          
          Dashboard

 (https://public.tableau.com/app/profile/emily.chang1664/viz/1_88MillionUSFires/FireDash)

        </description>
        <pubDate>Thu, 19 Oct 2023 00:00:00 -0700</pubDate>
        <link>https://mlekimchi.github.io//2023-10-19-fire4/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2023-10-19-fire4/</guid>
      </item>
    
      <item>
        <title>Math notation--infix, prefix, postfix</title>
        <description>
          
          My friend said he had created his own math notation! His notation worked perfectly for him but was unreadable for others. I can’t imagine writing expressions in any other way! Turns out, there are other ways. Infix, Prefix, and Postfix expressions Our standard notation is called infix. We use parenthesis...
        </description>
        <pubDate>Thu, 16 Feb 2023 00:00:00 -0800</pubDate>
        <link>https://mlekimchi.github.io//2023-02-16-math_notation/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2023-02-16-math_notation/</guid>
      </item>
    
      <item>
        <title>I wrote code for an *inferior* ANOVA table and t-test in Python</title>
        <description>
          
          You should definitely use SciPy and statsmodels for statistical modeling in Python. For my linear regression class, I misheard that we had to do the variance analysis without any built-in or external packages…by hand! so I wrote an analysis of variance class aov_table() and a t-test function meanCI() to test...
        </description>
        <pubDate>Tue, 28 Jun 2022 00:00:00 -0700</pubDate>
        <link>https://mlekimchi.github.io//2022-06-28-model_testing_ANOVA_ttest/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2022-06-28-model_testing_ANOVA_ttest/</guid>
      </item>
    
      <item>
        <title>Fire stats project, EDA</title>
        <description>
          
          Data I use the dataset 1.88 Million US Wildfires from Kaggle. You can find my code here: Kaggle notebook . I use the following packages: import sqlite3 import pandas as pd import matplotlib.pyplot as plt import numpy as np import random import re from sklearn.neighbors import KNeighborsClassifier from sklearn import...
        </description>
        <pubDate>Wed, 08 Jun 2022 00:00:00 -0700</pubDate>
        <link>https://mlekimchi.github.io//2022-06-08-fire3/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2022-06-08-fire3/</guid>
      </item>
    
      <item>
        <title>Fire stats project, intro</title>
        <description>
          
          Fire at home Monument Fire, source: Active NorCal Fortunately we never feel the real threat of the fire season since we live behind the redwood curtain. In 2017, the neighborhood woke up to a fine layer of white ash on our cars and grass. Fluffly clumps of ash fluttered down...
        </description>
        <pubDate>Wed, 11 May 2022 00:00:00 -0700</pubDate>
        <link>https://mlekimchi.github.io//2022-05-11-fire2/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2022-05-11-fire2/</guid>
      </item>
    
      <item>
        <title>Fire stats project, proposal</title>
        <description>
          
          The Project My class is an intro to stats so the project is mainly lit review/light implementation. We get to choose a problem in any topic and research the current statistical analysis techniques. The goal is relate the techniques back to the topics that we have learned so far. It...
        </description>
        <pubDate>Wed, 06 Apr 2022 00:00:00 -0700</pubDate>
        <link>https://mlekimchi.github.io//2022-04-06-fire1/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2022-04-06-fire1/</guid>
      </item>
    
      <item>
        <title>MLE, my notes on estimation</title>
        <description>
          
          In my stat’s class, we are using Larsen’s 6th edition of An Introduction to Mathematical Statistics and Its Applications. This week, we are doing chapter 5, estimators. If you want a good rundown of MLE, there are tons of other resources at the end of this post. Likelihood Function v....
        </description>
        <pubDate>Tue, 22 Mar 2022 00:00:00 -0700</pubDate>
        <link>https://mlekimchi.github.io//2022-03-22-mle/</link>
        <guid isPermaLink="true">https://mlekimchi.github.io//2022-03-22-mle/</guid>
      </item>
    
  </channel>
</rss>
