<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I fit the data with ellipse? in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443345#M4065</link>
    <description>&lt;P&gt;1. Can you post some sample data?&lt;/P&gt;
&lt;P&gt;2. Do you expect&amp;nbsp;the eccentricity to be small?&lt;/P&gt;
&lt;P&gt;3. Are your data aligned in coordinate directions so that you can use the&amp;nbsp;elliptic equation&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(x-x0)^2 /a^2 +&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(y-y0)^2 /b^2 = 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or do you need to rotate the data first?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Do you have&amp;nbsp;data only along a portion&amp;nbsp;of the arc (as in the blog post you link to) or do you have data all the way around the ellipse?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Mar 2018 15:22:27 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-03-07T15:22:27Z</dc:date>
    <item>
      <title>How can I fit the data with ellipse?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443322#M4064</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have found some&amp;nbsp;article how to fit some data with circle that is best (Fit a circle to data by Rick Wicklin, &lt;A href="https://blogs.sas.com/content/iml/2015/06/08/fit-circle.html" target="_self"&gt;https://blogs.sas.com/content/iml/2015/06/08/fit-circle.html&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;Now, I want to fit the same data with ellipse and I don't&amp;nbsp;know how to rewrite the code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some data as a result of measuring of tusks of wild boars. I think that the best fitting curve is logarithmic spiral, but for more complex view I need to compare data with more curves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any answer.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443322#M4064</guid>
      <dc:creator>spichal</dc:creator>
      <dc:date>2018-03-07T15:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I fit the data with ellipse?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443345#M4065</link>
      <description>&lt;P&gt;1. Can you post some sample data?&lt;/P&gt;
&lt;P&gt;2. Do you expect&amp;nbsp;the eccentricity to be small?&lt;/P&gt;
&lt;P&gt;3. Are your data aligned in coordinate directions so that you can use the&amp;nbsp;elliptic equation&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(x-x0)^2 /a^2 +&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(y-y0)^2 /b^2 = 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or do you need to rotate the data first?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Do you have&amp;nbsp;data only along a portion&amp;nbsp;of the arc (as in the blog post you link to) or do you have data all the way around the ellipse?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443345#M4065</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-03-07T15:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I fit the data with ellipse?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443399#M4066</link>
      <description>&lt;P&gt;Ad 1) There is a file (in attachment)&amp;nbsp; with some data.&lt;/P&gt;&lt;P&gt;Ad 2) Yes, I think the eccentricity might be small.&lt;/P&gt;&lt;P&gt;Ad 3) Data come from the picture of wild boar’s tusk, which was located in Geogebra and the coordinates of the boundary were determined. I am not sure if it is necessary before looking for the best fitting curve to rotate the coordinates.&lt;/P&gt;&lt;P&gt;Ad 4) I have only a portion of the arc. The arc of wild boar’s tusk is usually in a range up to 180°.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your interest.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443399#M4066</guid>
      <dc:creator>spichal</dc:creator>
      <dc:date>2018-03-07T16:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I fit the data with ellipse?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443454#M4067</link>
      <description>&lt;P&gt;Ah! I see from your program that you have already discovered &lt;A href="http://blogs.sas.com/content/iml/2015/06/11/spiral-of-splatter.html" target="_self"&gt;my article about fitting a spiral to data.&lt;/A&gt;&amp;nbsp;Good. You ought to be able to use a similar approach with the parameterization&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;x = a*cos(theta);
y = b*sin(theta);&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Mar 2018 18:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-can-I-fit-the-data-with-ellipse/m-p/443454#M4067</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-03-07T18:48:22Z</dc:date>
    </item>
  </channel>
</rss>

