Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default power function and how it is calculated by Office Excel.

Dear Group

I am trying to calibrate a load cell to measure forces. I was wondering
whether anyone could tell me how the power function is calculated by Office
Excel.

--
Dr Mark Anthony Browne
University of Sydney
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default power function and how it is calculated by Office Excel.

you can either use
=2^3
or
=POWER(2,3)

both will give you 8

Ofcourse you can use
=POWER(A1,B1)
with A1 and B1 having numbers...

Hopefully that is what you wanted... If not then my aplogies...

Let us know with an example.

"Mark Anthony Browne" wrote:

Dear Group

I am trying to calibrate a load cell to measure forces. I was wondering
whether anyone could tell me how the power function is calculated by Office
Excel.

--
Dr Mark Anthony Browne
University of Sydney

  #3   Report Post  
Member
 
Location: Sweden
Posts: 30
Default

=POWER(2,3)


Chris
------
Convert your Excel spreadsheet into an online calculator.
http://www.spreadsheetconverter.com
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 762
Default power function and how it is calculated by Office Excel.

Mark Anthony Browne -

If you are referring to the Power trendline, here is a relevant excerpt from
my book "Data Analysis Using Microsoft Excel":

"The power model creates a trendline using the equation

y = c * x^b.

Excel uses a log transformation of the original x and y data to determine
fitted values, so the values of both the dependent and explanatory variables
in your data set must be positive. If any y or x values are zero or
negative, the Power icon on the Add Trendline Type tab will be grayed out.
(As a workaround, you can add a constant to each y and x value.)

The power trendline feature does not find values of b and c that minimize
the sum of squared deviations between actual y and predicted y (= c * x^b).
Instead, Excel's method takes the logarithm of both sides of the power
formula, which then can be written as

Ln(y) = Ln(c) + b * Ln(x),

and uses standard linear regression with Ln(y) as the dependent variable and
Ln(x) as the explanatory variable. That is, Excel finds the intercept and
slope that minimize the sum of squared deviations between actual Ln(y) and
predicted Ln(y), using the formula

Ln(y) = Intercept + Slope * Ln(x).

Therefore, the Intercept value corresponds to Ln(c), and c in the power
formula is equal to Exp(Intercept). The Slope value corresponds to b in the
power formula."

- Mike

http://www.MikeMiddleton.com



"Mark Anthony Browne" wrote in
message ...
Dear Group

I am trying to calibrate a load cell to measure forces. I was wondering
whether anyone could tell me how the power function is calculated by
Office
Excel.

--
Dr Mark Anthony Browne
University of Sydney



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a function similar to FORECAST for a power distribution? Josh Excel Worksheet Functions 1 August 21st 07 07:45 PM
How do I insert a calculated cell range into an excel function Gary Wallis Excel Worksheet Functions 2 April 26th 07 03:28 PM
where can I find the "Calculated Field" in Office 2007 version? Bruno Excel Worksheet Functions 0 August 14th 06 08:57 PM
Excel Function to Match Power Trendline in Chart? acjim Excel Worksheet Functions 1 June 22nd 05 12:52 PM
Excel: Add "dBm" and "dBW" to CONVERT worksheet function Power u. Sapporo Excel Worksheet Functions 3 December 17th 04 02:33 PM


All times are GMT +1. The time now is 06:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"