Difference between revisions of "Manuals/calci/GROWTH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<div style="font-size:30px">'''GROWTH(y,x,x1,c)'''</div><br/>
 
<div style="font-size:30px">'''GROWTH(y,x,x1,c)'''</div><br/>
*<math> y</math>   is the set of y values.
+
*<math> y</math> is the set of y values.
*<math>x</math> is the set of x values.
+
*<math>x</math> is the set of x values.
 
*<math>x_1</math> is the new x value.
 
*<math>x_1</math> is the new x value.
 
*<math>c</math> is the constant value.
 
*<math>c</math> is the constant value.
 
  
 
==Description==
 
==Description==
 
*This function calculates an exponential trend of the <math> y</math> values for new <math> x</math> values by using given <math> y</math> and <math> x</math> values.  
 
*This function calculates an exponential trend of the <math> y</math> values for new <math> x</math> values by using given <math> y</math> and <math> x</math> values.  
 
*Growth rate is a financial term used to describe a method of projecting the rate of return on a given investment over a period of time.
 
*Growth rate is a financial term used to describe a method of projecting the rate of return on a given investment over a period of time.
*In <math>GROWTH(y,x,x_1,c), y </math> is the set of <math>y</math> values used to predict the exponential growth, <math> x</math> is the set of <math> x</math> values used to predict the exponential growth,  
+
*In <math>GROWTH(y,x,x_1,c)</math>, <math>y </math> is the set of <math>y</math> values used to predict the exponential growth, <math> x</math> is the set of <math> x</math> values used to predict the exponential growth,  
 
*<math> x_1</math> is the set of new x-values, for which the function calculates corresponding new y-values and <math>c</math> is the constant. It is either a TRUE or FALSE.
 
*<math> x_1</math> is the set of new x-values, for which the function calculates corresponding new y-values and <math>c</math> is the constant. It is either a TRUE or FALSE.
* When <math> c</math> value is TRUE, then the constant value is calculated normally. When <math> c</math> value is FALSE, then the constant is set to 1.   
+
*When <math> c</math> value is TRUE, then the constant value is calculated normally. When <math> c</math> value is FALSE, then the constant is set to 1.   
 
*Here  <math> y</math> value is required. <math> x,x_1</math> and <math>c</math> is optional.  
 
*Here  <math> y</math> value is required. <math> x,x_1</math> and <math>c</math> is optional.  
 
*If <math>x</math> value is omitted, then it is assumed to be the array{1,2,3..} which is the same size of <math>y</math>.  
 
*If <math>x</math> value is omitted, then it is assumed to be the array{1,2,3..} which is the same size of <math>y</math>.  

Revision as of 00:42, 24 January 2014

GROWTH(y,x,x1,c)


  • is the set of y values.
  • is the set of x values.
  • is the new x value.
  • is the constant value.

Description

  • This function calculates an exponential trend of the values for new values by using given and values.
  • Growth rate is a financial term used to describe a method of projecting the rate of return on a given investment over a period of time.
  • In , is the set of values used to predict the exponential growth, is the set of values used to predict the exponential growth,
  • is the set of new x-values, for which the function calculates corresponding new y-values and is the constant. It is either a TRUE or FALSE.
  • When value is TRUE, then the constant value is calculated normally. When value is FALSE, then the constant is set to 1.
  • Here value is required. and is optional.
  • If value is omitted, then it is assumed to be the array{1,2,3..} which is the same size of .
  • If value is omitted, then it is assumed to be the same size of .
  • If both and are omitted, then they are assumed to be the array {1,2,3..} which is the same size of .
  • Also and values is the set of values with the relationship .
  • When entering an array constant for an argument such as , use commas to separate values in the same row and semicolons to separate rows.
  • This function will return the result as error when any one of the value in value is 0 or negative.

Examples

Spreadsheet
A B C D E
1 2001 2002 2003 2004 2005
2 1000000 1100000 1252000 1375000 1500000
  1. GROWTH(A1:E1,A2:E2) = 1.0000000039046144


See Also

References