<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice Calc power regression coefficients error"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142643">142643</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreOffice Calc power regression coefficients error
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.6.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>edwardsontan@protonmail.ch
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
After selecting x and y data for power regression (y = ax^b) the results for a
and b are incorrect. Cells for "Intercept" and "LN(X1)" are erroneous. 

Steps to Reproduce:
X        Y
------------
1       2.7
2       4
3       4.4
4       7.1
5       4.9
6       3.6
7       4
8       0.6
9       1
10      4.3


Actual Results:
Confidence level        0.99

        Coefficients
Intercept       1.57125263268399
LN(X1)  -0.310308529671727


Expected Results:
a = 4.812672931
b = -0.3103085297


Reproducible: Always


User Profile Reset: No



Additional Info:
a = 4.812672931
b = -0.3103085297</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>