<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:g-custom="http://base.google.com/cns/1.0" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>Warriors Garden Solutions</title>
    <link>https://www.warrirorsgardensolutions.com</link>
    <description>A blog mostly about environmental applicaitons of Geospatial Data Science.</description>
    <atom:link href="https://www.warrirorsgardensolutions.com/feed/rss2" type="application/rss+xml" rel="self" />
    <image>
      <title>Warriors Garden Solutions</title>
      <url>https://irp.cdn-website.com/54d99ce7/dms3rep/multi/DALL-E+2023-09-01+14.28.26+-+can+you+create+a+thought+provoking+futuristic+image+related+to+environmental+data+science.png</url>
      <link>https://www.warrirorsgardensolutions.com</link>
    </image>
    <item>
      <title>Understanding Correlation to Decode Climate Triggers of the Maui Wildfires</title>
      <link>https://www.warrirorsgardensolutions.com/understanding-correlation-to-decode-climate-triggers-of-the-maui-wildfires</link>
      <description>Explore a deep-dive analysis of the environmental factors behind the Kula Fire on Maui in August 2023. This post breaks down the role of correlation coefficients in understanding the interplay between climate parameters like temperature, humidity, wind speed, and potential evaporation. Discover the science of correlation matrices in environmental research, and see how machine learning tools helped uncover the climatic triggers of this destructive wildfire.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h3&gt;&#xD;
    &lt;span&gt;&#xD;
      
           How climate parameters likely contributed to the wildfires around Maui in August 2023
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h3&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div&gt;&#xD;
  &lt;img src="https://irp.cdn-website.com/54d99ce7/dms3rep/multi/DALL-E-2023-09-01-12.55.33---will-you-create-an-impressionistic-style-of-art-depicting-a-Hawaiian-surfer-in-the-barrel-of-a-wave-of-Guinea-grass-on-fire--where-the-perspective-is-.png"/&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Wildfires can be incredibly destructive natural disasters. As researchers, we wanted to analyze the complex interplay between various environmental parameters that may have created prime wildfire conditions, specifically, we analyzed the conditions that contributed to the Kula Fire on Maui. 
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           In our analysis, we utilize correlation coefficients, a key technique in machine learning. But, what exactly is a correlation coefficient and what does it tell us?
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h1&gt;&#xD;
    &lt;span&gt;&#xD;
      
           An Introduction to Correlation Coefficients
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h1&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           A correlation coefficient (r) quantifies the strength of the linear relationship between two continuous variables, ranging from -1 to 1. The closer r is to -1 or 1, the stronger the correlation. The sign of r indicates whether the relationship is positive or negative.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           - Positive Correlation: r close to 1 means, that as one variable increases, the other also increases. For example, electricity usage typically correlates positively with temperature, since people use more air conditioning when it's hotter.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
            - Negative Correlation: r close to -1 means as one variable increases the other decreases. For instance, think of the relationship between ice cream sales and winter coat sales. As ice cream sales go up (assuming warmer weather), winter coat sales usually go down, and vice versa.
           &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           - No Correlation: r close to 0 means the variables are not linearly related.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           *Instances are possible where nonlinear relationships yield coefficients of zero.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h2&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Correlation Matrix for Climate Analysis 
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h2&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           We constructed a correlation matrix to analyze connections between temperature, humidity, wind speed, precipitation, and other climate factors in Maui during early August 2023 when the Kula fire occurred. 
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           The matrix calculates r for each pair of variables. It provides a bird's eye view of the relationships between the different parameters, highlighting patterns that may have driven fire risk. 
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           For example, we found:
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           - Strong positive correlation (r = 0.94) between temperature and potential evaporation. Hotter temperatures increased evaporation rates from vegetation, transforming the vegetation into tinder.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           - Strong negative correlation (r = -0.91) between humidity and potential evaporation. As moisture evaporated from the ground humidity plunged, further drying grasses and shrubs.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           - Gusty winds positively correlated with high temperatures, accelerating the spread of the fire.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h1&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Climate Correlation Matrix Kula Fire 1-14 August 2023
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h1&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div&gt;&#xD;
  &lt;img src="https://irp.cdn-website.com/54d99ce7/dms3rep/multi/Coreelation_coeff_kula_aug23.png" alt=""/&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h1&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Advantages of Correlation Matrix Analysis
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h1&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           The correlation matrix gave us a powerful statistical technique to identify and quantify connections between the climate variables. It allowed us to:
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Rapidly analyze many variable pairs to spotlight highly correlated drivers.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Use r values to pinpoint the strongest relationships (such as between temperature and evaporation).
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Identify positive and negative interactions that either aggravated or mitigated fire risk.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Establish a mathematical foundation to investigate dynamics between variables.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h1&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Kula Fire Climate Scatter Plot Matrix 1-14 August 2023
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h1&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           A scatter plot correlation matrix is an invaluable tool for visualizing the relationship between variables, it provides a clear and concise graphic representation of the correlations and helps to identify patterns and trends in the data.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div&gt;&#xD;
  &lt;img src="https://irp.cdn-website.com/54d99ce7/dms3rep/multi/Visualization_cor_coeff.png" alt=""/&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h1&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Key Takeaways
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h1&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Correlation coefficients are a vital machine learning tools to measure the strength of linear relationships between variables. 
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Constructing a correlation matrix enabled us to unravel the complex climatic forces behind the Kula wildfire.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Our analysis statistically quantified how extr
          &#xD;
    &lt;/span&gt;&#xD;
    &lt;span&gt;&#xD;
      
           eme heat, plunging humidity, gusty winds, and drought formed a perfect storm for catastrophic fire conditions.
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h2&gt;&#xD;
    &lt;span&gt;&#xD;
      
           Follow Us
          &#xD;
    &lt;/span&gt;&#xD;
  &lt;/h2&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;h4&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;div&gt;&#xD;
        &lt;i&gt;&#xD;
          &lt;font&gt;&#xD;
            
              Keep up with our latest news
             &#xD;
          &lt;/font&gt;&#xD;
        &lt;/i&gt;&#xD;
      &lt;/div&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/h4&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <enclosure url="https://irp.cdn-website.com/54d99ce7/dms3rep/multi/DALL-E+2023-09-01+12.55.33+-+will+you+create+an+impressionistic+style+of+art+depicting+a+Hawaiian+surfer+in+the+barrel+of+a+wave+of+Guinea+grass+on+fire-+where+the+perspective+is+.png" length="2798999" type="image/png" />
      <pubDate>Mon, 18 Sep 2023 07:50:38 GMT</pubDate>
      <guid>https://www.warrirorsgardensolutions.com/understanding-correlation-to-decode-climate-triggers-of-the-maui-wildfires</guid>
      <g-custom:tags type="string">Data Science,Maui Wildfires,Climate Change,Maui Fires,2023 wildfire,Kula fire,2023 maui wildfires,Statistical Analysis,Machine Learning</g-custom:tags>
      <media:content medium="image" url="https://irp.cdn-website.com/54d99ce7/dms3rep/multi/DALL-E+2023-09-01+12.55.33+-+will+you+create+an+impressionistic+style+of+art+depicting+a+Hawaiian+surfer+in+the+barrel+of+a+wave+of+Guinea+grass+on+fire-+where+the+perspective+is+.png">
        <media:description>thumbnail</media:description>
      </media:content>
      <media:content medium="image" url="https://irp.cdn-website.com/54d99ce7/dms3rep/multi/DALL-E+2023-09-01+12.55.33+-+will+you+create+an+impressionistic+style+of+art+depicting+a+Hawaiian+surfer+in+the+barrel+of+a+wave+of+Guinea+grass+on+fire-+where+the+perspective+is+.png">
        <media:description>main image</media:description>
      </media:content>
    </item>
  </channel>
</rss>
