fdo#72158 Add Excel 2010 functions
LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV Change-Id: I695e0645642af1757a1dd7d7f0f15c9515e21309 Reviewed-on: https://gerrit.libreoffice.org/6883 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
parent
70ce8987fe
commit
924f9d7ea8
@ -137,9 +137,11 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
|
|||||||
String SC_OPCODE_EVEN { Text = "EVEN" ; };
|
String SC_OPCODE_EVEN { Text = "EVEN" ; };
|
||||||
String SC_OPCODE_ODD { Text = "ODD" ; };
|
String SC_OPCODE_ODD { Text = "ODD" ; };
|
||||||
String SC_OPCODE_STD_NORM_DIST { Text = "LEGACY.NORMSDIST" ; };
|
String SC_OPCODE_STD_NORM_DIST { Text = "LEGACY.NORMSDIST" ; };
|
||||||
|
String SC_OPCODE_STD_NORM_DIST_MS { Text = "COM.MICROSOFT.NORM.S.DIST" ; };
|
||||||
String SC_OPCODE_FISHER { Text = "FISHER" ; };
|
String SC_OPCODE_FISHER { Text = "FISHER" ; };
|
||||||
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
|
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
|
||||||
String SC_OPCODE_S_NORM_INV { Text = "LEGACY.NORMSINV" ; };
|
String SC_OPCODE_S_NORM_INV { Text = "LEGACY.NORMSINV" ; };
|
||||||
|
String SC_OPCODE_S_NORM_INV_MS { Text = "COM.MICROSOFT.NORM.S.INV" ; };
|
||||||
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
|
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
|
||||||
String SC_OPCODE_GAMMA_LN_MS { Text = "COM.MICROSOFT.GAMMALN.PRECISE" ; };
|
String SC_OPCODE_GAMMA_LN_MS { Text = "COM.MICROSOFT.GAMMALN.PRECISE" ; };
|
||||||
String SC_OPCODE_ERROR_TYPE { Text = "ORG.OPENOFFICE.ERRORTYPE" ; };
|
String SC_OPCODE_ERROR_TYPE { Text = "ORG.OPENOFFICE.ERRORTYPE" ; };
|
||||||
@ -194,6 +196,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
|
|||||||
String SC_OPCODE_ST_DEV_S { Text = "COM.MICROSOFT.STDEV.S" ; };
|
String SC_OPCODE_ST_DEV_S { Text = "COM.MICROSOFT.STDEV.S" ; };
|
||||||
String SC_OPCODE_B { Text = "BINOM.DIST.RANGE" ; };
|
String SC_OPCODE_B { Text = "BINOM.DIST.RANGE" ; };
|
||||||
String SC_OPCODE_NORM_DIST { Text = "NORMDIST" ; };
|
String SC_OPCODE_NORM_DIST { Text = "NORMDIST" ; };
|
||||||
|
String SC_OPCODE_NORM_DIST_MS { Text = "COM.MICROSOFT.NORM.DIST" ; };
|
||||||
String SC_OPCODE_EXP_DIST { Text = "EXPONDIST" ; };
|
String SC_OPCODE_EXP_DIST { Text = "EXPONDIST" ; };
|
||||||
String SC_OPCODE_EXP_DIST_MS { Text = "COM.MICROSOFT.EXPON.DIST" ; };
|
String SC_OPCODE_EXP_DIST_MS { Text = "COM.MICROSOFT.EXPON.DIST" ; };
|
||||||
String SC_OPCODE_BINOM_DIST { Text = "BINOMDIST" ; };
|
String SC_OPCODE_BINOM_DIST { Text = "BINOMDIST" ; };
|
||||||
@ -285,6 +288,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
|
|||||||
String SC_OPCODE_HYP_GEOM_DIST { Text = "HYPGEOMDIST" ; };
|
String SC_OPCODE_HYP_GEOM_DIST { Text = "HYPGEOMDIST" ; };
|
||||||
String SC_OPCODE_HYP_GEOM_DIST_MS { Text = "COM.MICROSOFT.HYPGEOM.DIST" ; };
|
String SC_OPCODE_HYP_GEOM_DIST_MS { Text = "COM.MICROSOFT.HYPGEOM.DIST" ; };
|
||||||
String SC_OPCODE_LOG_NORM_DIST { Text = "LOGNORMDIST" ; };
|
String SC_OPCODE_LOG_NORM_DIST { Text = "LOGNORMDIST" ; };
|
||||||
|
String SC_OPCODE_LOG_NORM_DIST_MS { Text = "COM.MICROSOFT.LOGNORM.DIST" ; };
|
||||||
String SC_OPCODE_T_DIST { Text = "LEGACY.TDIST" ; };
|
String SC_OPCODE_T_DIST { Text = "LEGACY.TDIST" ; };
|
||||||
String SC_OPCODE_F_DIST { Text = "LEGACY.FDIST" ; };
|
String SC_OPCODE_F_DIST { Text = "LEGACY.FDIST" ; };
|
||||||
String SC_OPCODE_F_DIST_LT { Text = "COM.MICROSOFT.F.DIST" ; };
|
String SC_OPCODE_F_DIST_LT { Text = "COM.MICROSOFT.F.DIST" ; };
|
||||||
@ -316,6 +320,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
|
|||||||
String SC_OPCODE_FREQUENCY { Text = "FREQUENCY" ; };
|
String SC_OPCODE_FREQUENCY { Text = "FREQUENCY" ; };
|
||||||
String SC_OPCODE_QUARTILE { Text = "QUARTILE" ; };
|
String SC_OPCODE_QUARTILE { Text = "QUARTILE" ; };
|
||||||
String SC_OPCODE_NORM_INV { Text = "NORMINV" ; };
|
String SC_OPCODE_NORM_INV { Text = "NORMINV" ; };
|
||||||
|
String SC_OPCODE_NORM_INV_MS { Text = "COM.MICROSOFT.NORM.INV" ; };
|
||||||
String SC_OPCODE_CONFIDENCE { Text = "CONFIDENCE" ; };
|
String SC_OPCODE_CONFIDENCE { Text = "CONFIDENCE" ; };
|
||||||
String SC_OPCODE_CONFIDENCE_N { Text = "COM.MICROSOFT.CONFIDENCE.NORM" ; };
|
String SC_OPCODE_CONFIDENCE_N { Text = "COM.MICROSOFT.CONFIDENCE.NORM" ; };
|
||||||
String SC_OPCODE_CONFIDENCE_T { Text = "COM.MICROSOFT.CONFIDENCE.T" ; };
|
String SC_OPCODE_CONFIDENCE_T { Text = "COM.MICROSOFT.CONFIDENCE.T" ; };
|
||||||
@ -350,6 +355,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
|
|||||||
String SC_OPCODE_CHI_TEST { Text = "LEGACY.CHITEST" ; };
|
String SC_OPCODE_CHI_TEST { Text = "LEGACY.CHITEST" ; };
|
||||||
String SC_OPCODE_CHI_TEST_MS { Text = "COM.MICROSOFT.CHISQ.TEST" ; };
|
String SC_OPCODE_CHI_TEST_MS { Text = "COM.MICROSOFT.CHISQ.TEST" ; };
|
||||||
String SC_OPCODE_LOG_INV { Text = "LOGINV" ; };
|
String SC_OPCODE_LOG_INV { Text = "LOGINV" ; };
|
||||||
|
String SC_OPCODE_LOG_INV_MS { Text = "COM.MICROSOFT.LOGNORM.INV" ; };
|
||||||
String SC_OPCODE_TABLE_OP { Text = "MULTIPLE.OPERATIONS" ; };
|
String SC_OPCODE_TABLE_OP { Text = "MULTIPLE.OPERATIONS" ; };
|
||||||
String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; };
|
String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; };
|
||||||
String SC_OPCODE_BETA_INV { Text = "BETAINV" ; };
|
String SC_OPCODE_BETA_INV { Text = "BETAINV" ; };
|
||||||
@ -511,9 +517,11 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
|
|||||||
String SC_OPCODE_EVEN { Text = "EVEN" ; };
|
String SC_OPCODE_EVEN { Text = "EVEN" ; };
|
||||||
String SC_OPCODE_ODD { Text = "ODD" ; };
|
String SC_OPCODE_ODD { Text = "ODD" ; };
|
||||||
String SC_OPCODE_STD_NORM_DIST { Text = "NORMSDIST" ; };
|
String SC_OPCODE_STD_NORM_DIST { Text = "NORMSDIST" ; };
|
||||||
|
String SC_OPCODE_STD_NORM_DIST_MS { Text = "_xlfn.NORM.S.DIST" ; };
|
||||||
String SC_OPCODE_FISHER { Text = "FISHER" ; };
|
String SC_OPCODE_FISHER { Text = "FISHER" ; };
|
||||||
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
|
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
|
||||||
String SC_OPCODE_S_NORM_INV { Text = "NORMSINV" ; };
|
String SC_OPCODE_S_NORM_INV { Text = "NORMSINV" ; };
|
||||||
|
String SC_OPCODE_S_NORM_INV_MS { Text = "_xlfn.NORM.S.INV" ; };
|
||||||
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
|
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
|
||||||
String SC_OPCODE_GAMMA_LN_MS { Text = "_xlfn.GAMMALN.PRECISE" ; };
|
String SC_OPCODE_GAMMA_LN_MS { Text = "_xlfn.GAMMALN.PRECISE" ; };
|
||||||
String SC_OPCODE_ERROR_TYPE { Text = "ERRORTYPE" ; };
|
String SC_OPCODE_ERROR_TYPE { Text = "ERRORTYPE" ; };
|
||||||
@ -568,6 +576,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
|
|||||||
String SC_OPCODE_ST_DEV_S { Text = "_xlfn.STDEV.S" ; };
|
String SC_OPCODE_ST_DEV_S { Text = "_xlfn.STDEV.S" ; };
|
||||||
String SC_OPCODE_B { Text = "B" ; };
|
String SC_OPCODE_B { Text = "B" ; };
|
||||||
String SC_OPCODE_NORM_DIST { Text = "NORMDIST" ; };
|
String SC_OPCODE_NORM_DIST { Text = "NORMDIST" ; };
|
||||||
|
String SC_OPCODE_NORM_DIST_MS { Text = "_xlfn.NORM.DIST" ; };
|
||||||
String SC_OPCODE_EXP_DIST { Text = "EXPONDIST" ; };
|
String SC_OPCODE_EXP_DIST { Text = "EXPONDIST" ; };
|
||||||
String SC_OPCODE_EXP_DIST_MS { Text = "_xlfn.EXPON.DIST" ; };
|
String SC_OPCODE_EXP_DIST_MS { Text = "_xlfn.EXPON.DIST" ; };
|
||||||
String SC_OPCODE_BINOM_DIST { Text = "BINOMDIST" ; };
|
String SC_OPCODE_BINOM_DIST { Text = "BINOMDIST" ; };
|
||||||
@ -659,6 +668,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
|
|||||||
String SC_OPCODE_HYP_GEOM_DIST { Text = "HYPGEOMDIST" ; };
|
String SC_OPCODE_HYP_GEOM_DIST { Text = "HYPGEOMDIST" ; };
|
||||||
String SC_OPCODE_HYP_GEOM_DIST_MS { Text = "_xlfn.HYPGEOM.DIST" ; };
|
String SC_OPCODE_HYP_GEOM_DIST_MS { Text = "_xlfn.HYPGEOM.DIST" ; };
|
||||||
String SC_OPCODE_LOG_NORM_DIST { Text = "LOGNORMDIST" ; };
|
String SC_OPCODE_LOG_NORM_DIST { Text = "LOGNORMDIST" ; };
|
||||||
|
String SC_OPCODE_LOG_NORM_DIST_MS { Text = "_xlfn.LOGNORM.DIST" ; };
|
||||||
String SC_OPCODE_T_DIST { Text = "TDIST" ; };
|
String SC_OPCODE_T_DIST { Text = "TDIST" ; };
|
||||||
String SC_OPCODE_F_DIST { Text = "FDIST" ; };
|
String SC_OPCODE_F_DIST { Text = "FDIST" ; };
|
||||||
String SC_OPCODE_F_DIST_LT { Text = "_xlfn.F.DIST" ; };
|
String SC_OPCODE_F_DIST_LT { Text = "_xlfn.F.DIST" ; };
|
||||||
@ -690,6 +700,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
|
|||||||
String SC_OPCODE_FREQUENCY { Text = "FREQUENCY" ; };
|
String SC_OPCODE_FREQUENCY { Text = "FREQUENCY" ; };
|
||||||
String SC_OPCODE_QUARTILE { Text = "QUARTILE" ; };
|
String SC_OPCODE_QUARTILE { Text = "QUARTILE" ; };
|
||||||
String SC_OPCODE_NORM_INV { Text = "NORMINV" ; };
|
String SC_OPCODE_NORM_INV { Text = "NORMINV" ; };
|
||||||
|
String SC_OPCODE_NORM_INV_MS { Text = "_xlfn.NORM.INV" ; };
|
||||||
String SC_OPCODE_CONFIDENCE { Text = "CONFIDENCE" ; };
|
String SC_OPCODE_CONFIDENCE { Text = "CONFIDENCE" ; };
|
||||||
String SC_OPCODE_CONFIDENCE_N { Text = "_xlfn.CONFIDENCE.NORM" ; };
|
String SC_OPCODE_CONFIDENCE_N { Text = "_xlfn.CONFIDENCE.NORM" ; };
|
||||||
String SC_OPCODE_CONFIDENCE_T { Text = "_xlfn.CONFIDENCE.T" ; };
|
String SC_OPCODE_CONFIDENCE_T { Text = "_xlfn.CONFIDENCE.T" ; };
|
||||||
@ -724,6 +735,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
|
|||||||
String SC_OPCODE_CHI_TEST { Text = "CHITEST" ; };
|
String SC_OPCODE_CHI_TEST { Text = "CHITEST" ; };
|
||||||
String SC_OPCODE_CHI_TEST_MS { Text = "_xlfn.CHISQ.TEST" ; };
|
String SC_OPCODE_CHI_TEST_MS { Text = "_xlfn.CHISQ.TEST" ; };
|
||||||
String SC_OPCODE_LOG_INV { Text = "LOGINV" ; };
|
String SC_OPCODE_LOG_INV { Text = "LOGINV" ; };
|
||||||
|
String SC_OPCODE_LOG_INV_MS { Text = "_xlfn.LOGNORM.INV" ; };
|
||||||
String SC_OPCODE_TABLE_OP { Text = "TABLE" ; };
|
String SC_OPCODE_TABLE_OP { Text = "TABLE" ; };
|
||||||
String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; };
|
String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; };
|
||||||
String SC_OPCODE_BETA_INV { Text = "BETAINV" ; };
|
String SC_OPCODE_BETA_INV { Text = "BETAINV" ; };
|
||||||
@ -887,9 +899,11 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
|
|||||||
String SC_OPCODE_EVEN { Text = "EVEN" ; };
|
String SC_OPCODE_EVEN { Text = "EVEN" ; };
|
||||||
String SC_OPCODE_ODD { Text = "ODD" ; };
|
String SC_OPCODE_ODD { Text = "ODD" ; };
|
||||||
String SC_OPCODE_STD_NORM_DIST { Text = "NORMSDIST" ; };
|
String SC_OPCODE_STD_NORM_DIST { Text = "NORMSDIST" ; };
|
||||||
|
String SC_OPCODE_STD_NORM_DIST_MS { Text = "NORM.S.DIST" ; };
|
||||||
String SC_OPCODE_FISHER { Text = "FISHER" ; };
|
String SC_OPCODE_FISHER { Text = "FISHER" ; };
|
||||||
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
|
String SC_OPCODE_FISHER_INV { Text = "FISHERINV" ; };
|
||||||
String SC_OPCODE_S_NORM_INV { Text = "NORMSINV" ; };
|
String SC_OPCODE_S_NORM_INV { Text = "NORMSINV" ; };
|
||||||
|
String SC_OPCODE_S_NORM_INV_MS { Text = "NORM.S.INV" ; };
|
||||||
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
|
String SC_OPCODE_GAMMA_LN { Text = "GAMMALN" ; };
|
||||||
String SC_OPCODE_GAMMA_LN_MS { Text = "GAMMALN.PRECISE" ; };
|
String SC_OPCODE_GAMMA_LN_MS { Text = "GAMMALN.PRECISE" ; };
|
||||||
String SC_OPCODE_ERROR_TYPE { Text = "ERRORTYPE" ; };
|
String SC_OPCODE_ERROR_TYPE { Text = "ERRORTYPE" ; };
|
||||||
@ -944,6 +958,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
|
|||||||
String SC_OPCODE_ST_DEV_S { Text = "STDEV.S" ; };
|
String SC_OPCODE_ST_DEV_S { Text = "STDEV.S" ; };
|
||||||
String SC_OPCODE_B { Text = "B" ; };
|
String SC_OPCODE_B { Text = "B" ; };
|
||||||
String SC_OPCODE_NORM_DIST { Text = "NORMDIST" ; };
|
String SC_OPCODE_NORM_DIST { Text = "NORMDIST" ; };
|
||||||
|
String SC_OPCODE_NORM_DIST_MS { Text = "NORM.DIST" ; };
|
||||||
String SC_OPCODE_EXP_DIST { Text = "EXPONDIST" ; };
|
String SC_OPCODE_EXP_DIST { Text = "EXPONDIST" ; };
|
||||||
String SC_OPCODE_EXP_DIST_MS { Text = "EXPON.DIST" ; };
|
String SC_OPCODE_EXP_DIST_MS { Text = "EXPON.DIST" ; };
|
||||||
String SC_OPCODE_BINOM_DIST { Text = "BINOMDIST" ; };
|
String SC_OPCODE_BINOM_DIST { Text = "BINOMDIST" ; };
|
||||||
@ -1035,6 +1050,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
|
|||||||
String SC_OPCODE_HYP_GEOM_DIST { Text = "HYPGEOMDIST" ; };
|
String SC_OPCODE_HYP_GEOM_DIST { Text = "HYPGEOMDIST" ; };
|
||||||
String SC_OPCODE_HYP_GEOM_DIST_MS { Text = "HYPGEOM.DIST" ; };
|
String SC_OPCODE_HYP_GEOM_DIST_MS { Text = "HYPGEOM.DIST" ; };
|
||||||
String SC_OPCODE_LOG_NORM_DIST { Text = "LOGNORMDIST" ; };
|
String SC_OPCODE_LOG_NORM_DIST { Text = "LOGNORMDIST" ; };
|
||||||
|
String SC_OPCODE_LOG_NORM_DIST_MS { Text = "LOGNORM.DIST" ; };
|
||||||
String SC_OPCODE_T_DIST { Text = "TDIST" ; };
|
String SC_OPCODE_T_DIST { Text = "TDIST" ; };
|
||||||
String SC_OPCODE_F_DIST { Text = "FDIST" ; };
|
String SC_OPCODE_F_DIST { Text = "FDIST" ; };
|
||||||
String SC_OPCODE_F_DIST_LT { Text = "F.DIST" ; };
|
String SC_OPCODE_F_DIST_LT { Text = "F.DIST" ; };
|
||||||
@ -1066,6 +1082,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
|
|||||||
String SC_OPCODE_FREQUENCY { Text = "FREQUENCY" ; };
|
String SC_OPCODE_FREQUENCY { Text = "FREQUENCY" ; };
|
||||||
String SC_OPCODE_QUARTILE { Text = "QUARTILE" ; };
|
String SC_OPCODE_QUARTILE { Text = "QUARTILE" ; };
|
||||||
String SC_OPCODE_NORM_INV { Text = "NORMINV" ; };
|
String SC_OPCODE_NORM_INV { Text = "NORMINV" ; };
|
||||||
|
String SC_OPCODE_NORM_INV_MS { Text = "NORM.INV" ; };
|
||||||
String SC_OPCODE_CONFIDENCE { Text = "CONFIDENCE" ; };
|
String SC_OPCODE_CONFIDENCE { Text = "CONFIDENCE" ; };
|
||||||
String SC_OPCODE_CONFIDENCE_N { Text = "CONFIDENCE.NORM" ; };
|
String SC_OPCODE_CONFIDENCE_N { Text = "CONFIDENCE.NORM" ; };
|
||||||
String SC_OPCODE_CONFIDENCE_T { Text = "CONFIDENCE.T" ; };
|
String SC_OPCODE_CONFIDENCE_T { Text = "CONFIDENCE.T" ; };
|
||||||
@ -1100,6 +1117,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
|
|||||||
String SC_OPCODE_CHI_TEST { Text = "CHITEST" ; };
|
String SC_OPCODE_CHI_TEST { Text = "CHITEST" ; };
|
||||||
String SC_OPCODE_CHI_TEST_MS { Text = "CHISQ.TEST" ; };
|
String SC_OPCODE_CHI_TEST_MS { Text = "CHISQ.TEST" ; };
|
||||||
String SC_OPCODE_LOG_INV { Text = "LOGINV" ; };
|
String SC_OPCODE_LOG_INV { Text = "LOGINV" ; };
|
||||||
|
String SC_OPCODE_LOG_INV_MS { Text = "LOGNORM.INV" ; };
|
||||||
String SC_OPCODE_TABLE_OP { Text = "TABLE" ; };
|
String SC_OPCODE_TABLE_OP { Text = "TABLE" ; };
|
||||||
String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; };
|
String SC_OPCODE_BETA_DIST { Text = "BETADIST" ; };
|
||||||
String SC_OPCODE_BETA_INV { Text = "BETAINV" ; };
|
String SC_OPCODE_BETA_INV { Text = "BETAINV" ; };
|
||||||
@ -1528,6 +1546,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "NORMSDIST" ;
|
Text [ en-US ] = "NORMSDIST" ;
|
||||||
};
|
};
|
||||||
|
String SC_OPCODE_STD_NORM_DIST_MS
|
||||||
|
{
|
||||||
|
Text = "NORM.S.DIST" ;
|
||||||
|
};
|
||||||
String SC_OPCODE_FISHER
|
String SC_OPCODE_FISHER
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "FISHER";
|
Text [ en-US ] = "FISHER";
|
||||||
@ -1540,6 +1562,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "NORMSINV" ;
|
Text [ en-US ] = "NORMSINV" ;
|
||||||
};
|
};
|
||||||
|
String SC_OPCODE_S_NORM_INV_MS
|
||||||
|
{
|
||||||
|
Text = "NORM.S.INV" ;
|
||||||
|
};
|
||||||
String SC_OPCODE_GAMMA_LN
|
String SC_OPCODE_GAMMA_LN
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "GAMMALN" ;
|
Text [ en-US ] = "GAMMALN" ;
|
||||||
@ -1760,6 +1786,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "NORMDIST" ;
|
Text [ en-US ] = "NORMDIST" ;
|
||||||
};
|
};
|
||||||
|
String SC_OPCODE_NORM_DIST_MS
|
||||||
|
{
|
||||||
|
Text = "NORM.DIST" ;
|
||||||
|
};
|
||||||
String SC_OPCODE_EXP_DIST
|
String SC_OPCODE_EXP_DIST
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "EXPONDIST" ;
|
Text [ en-US ] = "EXPONDIST" ;
|
||||||
@ -2125,6 +2155,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "LOGNORMDIST" ;
|
Text [ en-US ] = "LOGNORMDIST" ;
|
||||||
};
|
};
|
||||||
|
String SC_OPCODE_LOG_NORM_DIST_MS
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "LOGNORM.DIST" ;
|
||||||
|
};
|
||||||
String SC_OPCODE_T_DIST
|
String SC_OPCODE_T_DIST
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "TDIST" ;
|
Text [ en-US ] = "TDIST" ;
|
||||||
@ -2249,6 +2283,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "NORMINV" ;
|
Text [ en-US ] = "NORMINV" ;
|
||||||
};
|
};
|
||||||
|
String SC_OPCODE_NORM_INV_MS
|
||||||
|
{
|
||||||
|
Text = "NORM.INV" ;
|
||||||
|
};
|
||||||
String SC_OPCODE_CONFIDENCE
|
String SC_OPCODE_CONFIDENCE
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "CONFIDENCE" ;
|
Text [ en-US ] = "CONFIDENCE" ;
|
||||||
@ -2385,6 +2423,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "LOGINV" ;
|
Text [ en-US ] = "LOGINV" ;
|
||||||
};
|
};
|
||||||
|
String SC_OPCODE_LOG_INV_MS
|
||||||
|
{
|
||||||
|
Text = "LOGNORM.INV" ;
|
||||||
|
};
|
||||||
String SC_OPCODE_TABLE_OP
|
String SC_OPCODE_TABLE_OP
|
||||||
{
|
{
|
||||||
Text [ en-US ] = "MULTIPLE.OPERATIONS" ;
|
Text [ en-US ] = "MULTIPLE.OPERATIONS" ;
|
||||||
|
@ -436,8 +436,14 @@
|
|||||||
#define SC_OPCODE_WEIBULL_MS 438
|
#define SC_OPCODE_WEIBULL_MS 438
|
||||||
#define SC_OPCODE_GAMMA_DIST_MS 439
|
#define SC_OPCODE_GAMMA_DIST_MS 439
|
||||||
#define SC_OPCODE_GAMMA_INV_MS 440
|
#define SC_OPCODE_GAMMA_INV_MS 440
|
||||||
|
#define SC_OPCODE_LOG_NORM_DIST_MS 441
|
||||||
|
#define SC_OPCODE_LOG_INV_MS 442
|
||||||
|
#define SC_OPCODE_NORM_DIST_MS 443
|
||||||
|
#define SC_OPCODE_NORM_INV_MS 444
|
||||||
|
#define SC_OPCODE_STD_NORM_DIST_MS 445
|
||||||
|
#define SC_OPCODE_S_NORM_INV_MS 446
|
||||||
|
|
||||||
#define SC_OPCODE_STOP_2_PAR 441 /* last function with two or more parameters' OpCode + 1 */
|
#define SC_OPCODE_STOP_2_PAR 447 /* last function with two or more parameters' OpCode + 1 */
|
||||||
#define SC_OPCODE_STOP_FUNCTION SC_OPCODE_STOP_2_PAR /* last function's OpCode + 1 */
|
#define SC_OPCODE_STOP_FUNCTION SC_OPCODE_STOP_2_PAR /* last function's OpCode + 1 */
|
||||||
#define SC_OPCODE_LAST_OPCODE_ID (SC_OPCODE_STOP_FUNCTION - 1) /* last OpCode */
|
#define SC_OPCODE_LAST_OPCODE_ID (SC_OPCODE_STOP_FUNCTION - 1) /* last OpCode */
|
||||||
|
|
||||||
|
@ -169,9 +169,11 @@ enum OpCodeEnum
|
|||||||
ocEven = SC_OPCODE_EVEN,
|
ocEven = SC_OPCODE_EVEN,
|
||||||
ocOdd = SC_OPCODE_ODD,
|
ocOdd = SC_OPCODE_ODD,
|
||||||
ocStdNormDist = SC_OPCODE_STD_NORM_DIST,
|
ocStdNormDist = SC_OPCODE_STD_NORM_DIST,
|
||||||
|
ocStdNormDist_MS = SC_OPCODE_STD_NORM_DIST_MS,
|
||||||
ocFisher = SC_OPCODE_FISHER,
|
ocFisher = SC_OPCODE_FISHER,
|
||||||
ocFisherInv = SC_OPCODE_FISHER_INV,
|
ocFisherInv = SC_OPCODE_FISHER_INV,
|
||||||
ocSNormInv = SC_OPCODE_S_NORM_INV,
|
ocSNormInv = SC_OPCODE_S_NORM_INV,
|
||||||
|
ocSNormInv_MS = SC_OPCODE_S_NORM_INV_MS,
|
||||||
ocGammaLn = SC_OPCODE_GAMMA_LN,
|
ocGammaLn = SC_OPCODE_GAMMA_LN,
|
||||||
ocGammaLn_MS = SC_OPCODE_GAMMA_LN_MS,
|
ocGammaLn_MS = SC_OPCODE_GAMMA_LN_MS,
|
||||||
ocGamma = SC_OPCODE_GAMMA,
|
ocGamma = SC_OPCODE_GAMMA,
|
||||||
@ -228,6 +230,7 @@ enum OpCodeEnum
|
|||||||
ocStDevS = SC_OPCODE_ST_DEV_S,
|
ocStDevS = SC_OPCODE_ST_DEV_S,
|
||||||
ocB = SC_OPCODE_B,
|
ocB = SC_OPCODE_B,
|
||||||
ocNormDist = SC_OPCODE_NORM_DIST,
|
ocNormDist = SC_OPCODE_NORM_DIST,
|
||||||
|
ocNormDist_MS = SC_OPCODE_NORM_DIST_MS,
|
||||||
ocExpDist = SC_OPCODE_EXP_DIST,
|
ocExpDist = SC_OPCODE_EXP_DIST,
|
||||||
ocExpDist_MS = SC_OPCODE_EXP_DIST_MS,
|
ocExpDist_MS = SC_OPCODE_EXP_DIST_MS,
|
||||||
ocBinomDist = SC_OPCODE_BINOM_DIST,
|
ocBinomDist = SC_OPCODE_BINOM_DIST,
|
||||||
@ -327,6 +330,7 @@ enum OpCodeEnum
|
|||||||
ocHypGeomDist = SC_OPCODE_HYP_GEOM_DIST,
|
ocHypGeomDist = SC_OPCODE_HYP_GEOM_DIST,
|
||||||
ocHypGeomDist_MS = SC_OPCODE_HYP_GEOM_DIST_MS,
|
ocHypGeomDist_MS = SC_OPCODE_HYP_GEOM_DIST_MS,
|
||||||
ocLogNormDist = SC_OPCODE_LOG_NORM_DIST,
|
ocLogNormDist = SC_OPCODE_LOG_NORM_DIST,
|
||||||
|
ocLogNormDist_MS = SC_OPCODE_LOG_NORM_DIST_MS,
|
||||||
ocTDist = SC_OPCODE_T_DIST,
|
ocTDist = SC_OPCODE_T_DIST,
|
||||||
ocFDist = SC_OPCODE_F_DIST,
|
ocFDist = SC_OPCODE_F_DIST,
|
||||||
ocFDist_LT = SC_OPCODE_F_DIST_LT,
|
ocFDist_LT = SC_OPCODE_F_DIST_LT,
|
||||||
@ -361,6 +365,7 @@ enum OpCodeEnum
|
|||||||
ocFrequency = SC_OPCODE_FREQUENCY,
|
ocFrequency = SC_OPCODE_FREQUENCY,
|
||||||
ocQuartile = SC_OPCODE_QUARTILE,
|
ocQuartile = SC_OPCODE_QUARTILE,
|
||||||
ocNormInv = SC_OPCODE_NORM_INV,
|
ocNormInv = SC_OPCODE_NORM_INV,
|
||||||
|
ocNormInv_MS = SC_OPCODE_NORM_INV_MS,
|
||||||
ocConfidence = SC_OPCODE_CONFIDENCE,
|
ocConfidence = SC_OPCODE_CONFIDENCE,
|
||||||
ocConfidence_N = SC_OPCODE_CONFIDENCE_N,
|
ocConfidence_N = SC_OPCODE_CONFIDENCE_N,
|
||||||
ocConfidence_T = SC_OPCODE_CONFIDENCE_T,
|
ocConfidence_T = SC_OPCODE_CONFIDENCE_T,
|
||||||
@ -395,6 +400,7 @@ enum OpCodeEnum
|
|||||||
ocChiTest = SC_OPCODE_CHI_TEST,
|
ocChiTest = SC_OPCODE_CHI_TEST,
|
||||||
ocChiTest_MS = SC_OPCODE_CHI_TEST_MS,
|
ocChiTest_MS = SC_OPCODE_CHI_TEST_MS,
|
||||||
ocLogInv = SC_OPCODE_LOG_INV,
|
ocLogInv = SC_OPCODE_LOG_INV,
|
||||||
|
ocLogInv_MS = SC_OPCODE_LOG_INV_MS,
|
||||||
ocTableOp = SC_OPCODE_TABLE_OP,
|
ocTableOp = SC_OPCODE_TABLE_OP,
|
||||||
ocBetaDist = SC_OPCODE_BETA_DIST,
|
ocBetaDist = SC_OPCODE_BETA_DIST,
|
||||||
ocBetaInv = SC_OPCODE_BETA_INV,
|
ocBetaInv = SC_OPCODE_BETA_INV,
|
||||||
|
@ -707,5 +707,11 @@
|
|||||||
#define HID_FUNC_GAMMADIST_MS "SC_HID_FUNC_GAMMADIST_MS"
|
#define HID_FUNC_GAMMADIST_MS "SC_HID_FUNC_GAMMADIST_MS"
|
||||||
#define HID_FUNC_GAMMAINV_MS "SC_HID_FUNC_GAMMAINV_MS"
|
#define HID_FUNC_GAMMAINV_MS "SC_HID_FUNC_GAMMAINV_MS"
|
||||||
#define HID_FUNC_GAMMALN_MS "SC_HID_FUNC_GAMMALN_MS"
|
#define HID_FUNC_GAMMALN_MS "SC_HID_FUNC_GAMMALN_MS"
|
||||||
|
#define HID_FUNC_LOGNORMDIST_MS "SC_HID_FUNC_LOGNORMDIST_MS"
|
||||||
|
#define HID_FUNC_LOGINV_MS "SC_HID_FUNC_LOGINV_MS"
|
||||||
|
#define HID_FUNC_NORMDIST_MS "SC_HID_FUNC_NORMDIST_MS"
|
||||||
|
#define HID_FUNC_NORMINV_MS "SC_HID_FUNC_NORMINV_MS"
|
||||||
|
#define HID_FUNC_STD_NORMDIST_MS "SC_HID_FUNC_STD_NORMDIST_MS"
|
||||||
|
#define HID_FUNC_STD_NORMINV_MS "SC_HID_FUNC_STD_NORMINV_MS"
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -424,20 +424,20 @@ void ScFiltersTest::testFunctionsExcel2010()
|
|||||||
{ 33, true },
|
{ 33, true },
|
||||||
{ 34, true },
|
{ 34, true },
|
||||||
{ 35, true },
|
{ 35, true },
|
||||||
{ 36, false },
|
{ 36, true },
|
||||||
{ 37, false },
|
{ 37, true },
|
||||||
{ 38, false },
|
{ 38, true },
|
||||||
{ 39, false },
|
{ 39, false },
|
||||||
{ 40, false },
|
{ 40, false },
|
||||||
{ 41, false },
|
{ 41, false },
|
||||||
{ 42, false },
|
{ 42, false },
|
||||||
{ 43, false },
|
{ 43, false },
|
||||||
{ 44, false },
|
{ 44, true },
|
||||||
{ 45, false },
|
{ 45, true },
|
||||||
{ 46, false },
|
{ 46, true },
|
||||||
{ 47, false },
|
{ 47, true },
|
||||||
{ 48, false },
|
{ 48, true },
|
||||||
{ 49, false },
|
{ 49, true },
|
||||||
{ 50, false },
|
{ 50, false },
|
||||||
{ 51, false },
|
{ 51, false },
|
||||||
{ 52, false },
|
{ 52, false },
|
||||||
|
@ -2418,6 +2418,8 @@ void Test::testFunctionLists()
|
|||||||
"KURT",
|
"KURT",
|
||||||
"LARGE",
|
"LARGE",
|
||||||
"LOGINV",
|
"LOGINV",
|
||||||
|
"LOGNORM.DIST",
|
||||||
|
"LOGNORM.INV",
|
||||||
"LOGNORMDIST",
|
"LOGNORMDIST",
|
||||||
"MAX",
|
"MAX",
|
||||||
"MAXA",
|
"MAXA",
|
||||||
@ -2426,6 +2428,10 @@ void Test::testFunctionLists()
|
|||||||
"MINA",
|
"MINA",
|
||||||
"MODE",
|
"MODE",
|
||||||
"NEGBINOMDIST",
|
"NEGBINOMDIST",
|
||||||
|
"NORM.DIST",
|
||||||
|
"NORM.INV",
|
||||||
|
"NORM.S.DIST",
|
||||||
|
"NORM.S.INV",
|
||||||
"NORMDIST",
|
"NORMDIST",
|
||||||
"NORMINV",
|
"NORMINV",
|
||||||
"NORMSDIST",
|
"NORMSDIST",
|
||||||
|
@ -729,10 +729,11 @@ void ScGamma();
|
|||||||
void ScPhi();
|
void ScPhi();
|
||||||
void ScGauss();
|
void ScGauss();
|
||||||
void ScStdNormDist();
|
void ScStdNormDist();
|
||||||
|
void ScStdNormDist_MS();
|
||||||
void ScFisher();
|
void ScFisher();
|
||||||
void ScFisherInv();
|
void ScFisherInv();
|
||||||
void ScFact();
|
void ScFact();
|
||||||
void ScNormDist();
|
void ScNormDist( int nMinParamCount );
|
||||||
void ScGammaDist( int nMinParamCount );
|
void ScGammaDist( int nMinParamCount );
|
||||||
void ScGammaInv();
|
void ScGammaInv();
|
||||||
void ScExpDist();
|
void ScExpDist();
|
||||||
@ -745,7 +746,7 @@ void ScVariationen2();
|
|||||||
void ScB();
|
void ScB();
|
||||||
void ScHypGeomDist();
|
void ScHypGeomDist();
|
||||||
void ScHypGeomDist_MS();
|
void ScHypGeomDist_MS();
|
||||||
void ScLogNormDist();
|
void ScLogNormDist( int nMinParamCount );
|
||||||
void ScLogNormInv();
|
void ScLogNormInv();
|
||||||
void ScTDist();
|
void ScTDist();
|
||||||
void ScFDist();
|
void ScFDist();
|
||||||
|
@ -1506,10 +1506,10 @@ void ScInterpreter::ScNegBinomDist()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScInterpreter::ScNormDist()
|
void ScInterpreter::ScNormDist( int nMinParamCount )
|
||||||
{
|
{
|
||||||
sal_uInt8 nParamCount = GetByte();
|
sal_uInt8 nParamCount = GetByte();
|
||||||
if ( !MustHaveParamCount( nParamCount, 3, 4))
|
if ( !MustHaveParamCount( nParamCount, nMinParamCount, 4 ) )
|
||||||
return;
|
return;
|
||||||
bool bCumulative = nParamCount == 4 ? GetBool() : true;
|
bool bCumulative = nParamCount == 4 ? GetBool() : true;
|
||||||
double sigma = GetDouble(); // standard deviation
|
double sigma = GetDouble(); // standard deviation
|
||||||
@ -1526,10 +1526,10 @@ void ScInterpreter::ScNormDist()
|
|||||||
PushDouble(phi((x-mue)/sigma)/sigma);
|
PushDouble(phi((x-mue)/sigma)/sigma);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScInterpreter::ScLogNormDist() //expanded, see #i100119#
|
void ScInterpreter::ScLogNormDist( int nMinParamCount ) //expanded, see #i100119# and fdo72158
|
||||||
{
|
{
|
||||||
sal_uInt8 nParamCount = GetByte();
|
sal_uInt8 nParamCount = GetByte();
|
||||||
if ( !MustHaveParamCount( nParamCount, 1, 4))
|
if ( !MustHaveParamCount( nParamCount, nMinParamCount, 4 ) )
|
||||||
return;
|
return;
|
||||||
bool bCumulative = nParamCount == 4 ? GetBool() : true; // cumulative
|
bool bCumulative = nParamCount == 4 ? GetBool() : true; // cumulative
|
||||||
double sigma = nParamCount >= 3 ? GetDouble() : 1.0; // standard deviation
|
double sigma = nParamCount >= 3 ? GetDouble() : 1.0; // standard deviation
|
||||||
@ -1561,6 +1561,20 @@ void ScInterpreter::ScStdNormDist()
|
|||||||
PushDouble(integralPhi(GetDouble()));
|
PushDouble(integralPhi(GetDouble()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ScInterpreter::ScStdNormDist_MS()
|
||||||
|
{
|
||||||
|
sal_uInt8 nParamCount = GetByte();
|
||||||
|
if ( !MustHaveParamCount( nParamCount, 2 ) )
|
||||||
|
return;
|
||||||
|
bool bCumulative = GetBool(); // cumulative
|
||||||
|
double x = GetDouble(); // x
|
||||||
|
|
||||||
|
if ( bCumulative )
|
||||||
|
PushDouble( integralPhi( x ) );
|
||||||
|
else
|
||||||
|
PushDouble( exp( - pow( x, 2 ) / 2 ) / sqrt( 2 * F_PI ) );
|
||||||
|
}
|
||||||
|
|
||||||
void ScInterpreter::ScExpDist()
|
void ScInterpreter::ScExpDist()
|
||||||
{
|
{
|
||||||
if ( MustHaveParamCount( GetByte(), 3 ) )
|
if ( MustHaveParamCount( GetByte(), 3 ) )
|
||||||
|
@ -3942,6 +3942,7 @@ StackVar ScInterpreter::Interpret()
|
|||||||
case ocPhi : ScPhi(); break;
|
case ocPhi : ScPhi(); break;
|
||||||
case ocGauss : ScGauss(); break;
|
case ocGauss : ScGauss(); break;
|
||||||
case ocStdNormDist : ScStdNormDist(); break;
|
case ocStdNormDist : ScStdNormDist(); break;
|
||||||
|
case ocStdNormDist_MS : ScStdNormDist_MS(); break;
|
||||||
case ocFisher : ScFisher(); break;
|
case ocFisher : ScFisher(); break;
|
||||||
case ocFisherInv : ScFisherInv(); break;
|
case ocFisherInv : ScFisherInv(); break;
|
||||||
case ocIsEmpty : ScIsEmpty(); break;
|
case ocIsEmpty : ScIsEmpty(); break;
|
||||||
@ -4098,7 +4099,8 @@ StackVar ScInterpreter::Interpret()
|
|||||||
case ocMatTrans : ScMatTrans(); break;
|
case ocMatTrans : ScMatTrans(); break;
|
||||||
case ocMatRef : ScMatRef(); break;
|
case ocMatRef : ScMatRef(); break;
|
||||||
case ocB : ScB(); break;
|
case ocB : ScB(); break;
|
||||||
case ocNormDist : ScNormDist(); break;
|
case ocNormDist : ScNormDist( 3 ); break;
|
||||||
|
case ocNormDist_MS : ScNormDist( 4 ); break;
|
||||||
case ocExpDist :
|
case ocExpDist :
|
||||||
case ocExpDist_MS : ScExpDist(); break;
|
case ocExpDist_MS : ScExpDist(); break;
|
||||||
case ocBinomDist :
|
case ocBinomDist :
|
||||||
@ -4111,7 +4113,8 @@ StackVar ScInterpreter::Interpret()
|
|||||||
case ocVariationen2 : ScVariationen2(); break;
|
case ocVariationen2 : ScVariationen2(); break;
|
||||||
case ocHypGeomDist : ScHypGeomDist(); break;
|
case ocHypGeomDist : ScHypGeomDist(); break;
|
||||||
case ocHypGeomDist_MS : ScHypGeomDist_MS(); break;
|
case ocHypGeomDist_MS : ScHypGeomDist_MS(); break;
|
||||||
case ocLogNormDist : ScLogNormDist(); break;
|
case ocLogNormDist : ScLogNormDist( 1 ); break;
|
||||||
|
case ocLogNormDist_MS : ScLogNormDist( 4 ); break;
|
||||||
case ocTDist : ScTDist(); break;
|
case ocTDist : ScTDist(); break;
|
||||||
case ocFDist :
|
case ocFDist :
|
||||||
case ocFDist_RT : ScFDist(); break;
|
case ocFDist_RT : ScFDist(); break;
|
||||||
@ -4148,8 +4151,10 @@ StackVar ScInterpreter::Interpret()
|
|||||||
case ocSmall : ScSmall(); break;
|
case ocSmall : ScSmall(); break;
|
||||||
case ocFrequency : ScFrequency(); break;
|
case ocFrequency : ScFrequency(); break;
|
||||||
case ocQuartile : ScQuartile(); break;
|
case ocQuartile : ScQuartile(); break;
|
||||||
case ocNormInv : ScNormInv(); break;
|
case ocNormInv :
|
||||||
case ocSNormInv : ScSNormInv(); break;
|
case ocNormInv_MS : ScNormInv(); break;
|
||||||
|
case ocSNormInv :
|
||||||
|
case ocSNormInv_MS : ScSNormInv(); break;
|
||||||
case ocConfidence :
|
case ocConfidence :
|
||||||
case ocConfidence_N : ScConfidence(); break;
|
case ocConfidence_N : ScConfidence(); break;
|
||||||
case ocConfidence_T : ScConfidenceT(); break;
|
case ocConfidence_T : ScConfidenceT(); break;
|
||||||
@ -4186,7 +4191,8 @@ StackVar ScInterpreter::Interpret()
|
|||||||
case ocFInv :
|
case ocFInv :
|
||||||
case ocFInv_RT : ScFInv(); break;
|
case ocFInv_RT : ScFInv(); break;
|
||||||
case ocFInv_LT : ScFInv_LT(); break;
|
case ocFInv_LT : ScFInv_LT(); break;
|
||||||
case ocLogInv : ScLogNormInv(); break;
|
case ocLogInv :
|
||||||
|
case ocLogInv_MS : ScLogNormInv(); break;
|
||||||
case ocBetaDist : ScBetaDist(); break;
|
case ocBetaDist : ScBetaDist(); break;
|
||||||
case ocBetaDist_MS : ScBetaDist_MS(); break;
|
case ocBetaDist_MS : ScBetaDist_MS(); break;
|
||||||
case ocBetaInv :
|
case ocBetaInv :
|
||||||
|
@ -457,7 +457,13 @@ static const XclFunctionInfo saFuncTable_2010[] =
|
|||||||
EXC_FUNCENTRY_V_VR( ocWeibull_MS, 4, 4, 0, "WEIBULL.DIST" ),
|
EXC_FUNCENTRY_V_VR( ocWeibull_MS, 4, 4, 0, "WEIBULL.DIST" ),
|
||||||
EXC_FUNCENTRY_V_VR( ocGammaDist_MS, 4, 4, 0, "GAMMA.DIST" ),
|
EXC_FUNCENTRY_V_VR( ocGammaDist_MS, 4, 4, 0, "GAMMA.DIST" ),
|
||||||
EXC_FUNCENTRY_V_VR( ocGammaInv_MS, 3, 3, 0, "GAMMA.INV" ),
|
EXC_FUNCENTRY_V_VR( ocGammaInv_MS, 3, 3, 0, "GAMMA.INV" ),
|
||||||
EXC_FUNCENTRY_V_VR( ocGammaLn_MS, 1, 1, 0, "GAMMALN.PRECISE" )
|
EXC_FUNCENTRY_V_VR( ocGammaLn_MS, 1, 1, 0, "GAMMALN.PRECISE" ),
|
||||||
|
EXC_FUNCENTRY_V_VR( ocLogNormDist_MS, 4, 4, 0, "LOGNORM.DIST" ),
|
||||||
|
EXC_FUNCENTRY_V_VR( ocLogInv_MS, 3, 3, 0, "LOGNORM.INV" ),
|
||||||
|
EXC_FUNCENTRY_V_VR( ocNormDist_MS, 4, 4, 0, "NORM.DIST" ),
|
||||||
|
EXC_FUNCENTRY_V_VR( ocNormInv_MS, 3, 3, 0, "NORM.INV" ),
|
||||||
|
EXC_FUNCENTRY_V_VR( ocStdNormDist_MS, 2, 2, 0, "NORM.S.DIST" ),
|
||||||
|
EXC_FUNCENTRY_V_VR( ocSNormInv_MS, 1, 1, 0, "NORM.S.INV" )
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Functions new in Excel 2013.
|
/** Functions new in Excel 2013.
|
||||||
|
@ -775,7 +775,13 @@ static const FunctionData saFuncTable2010[] =
|
|||||||
{ "COM.MICROSOFT.WEIBULL.DIST", "WEIBULL.DIST", NOID, NOID, 4, 4, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
{ "COM.MICROSOFT.WEIBULL.DIST", "WEIBULL.DIST", NOID, NOID, 4, 4, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
{ "COM.MICROSOFT.GAMMA.DIST", "GAMMA.DIST", NOID, NOID, 4, 4, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
{ "COM.MICROSOFT.GAMMA.DIST", "GAMMA.DIST", NOID, NOID, 4, 4, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
{ "COM.MICROSOFT.GAMMA.INV", "GAMMA.INV", NOID, NOID, 3, 3, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
{ "COM.MICROSOFT.GAMMA.INV", "GAMMA.INV", NOID, NOID, 3, 3, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
{ "COM.MICROSOFT.GAMMALN.PRECISE", "GAMMALN.PRECISE", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW }
|
{ "COM.MICROSOFT.GAMMALN.PRECISE", "GAMMALN.PRECISE", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
|
{ "COM.MICROSOFT.LOGNORM.DIST", "LOGNORM.DIST", NOID, NOID, 4, 4, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
|
{ "COM.MICROSOFT.LOGNORM.INV", "LOGNORM.INV", NOID, NOID, 3, 3, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
|
{ "COM.MICROSOFT.NORM.DIST", "NORM.DIST", NOID, NOID, 4, 4, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
|
{ "COM.MICROSOFT.NORM.INV", "NORM.INV", NOID, NOID, 3, 3, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
|
{ "COM.MICROSOFT.NORM.S.DIST", "NORM.S.DIST", NOID, NOID, 2, 2, V, { VR }, FUNCFLAG_MACROCALL_NEW },
|
||||||
|
{ "COM.MICROSOFT.NORM.S.INV", "NORM.S.INV", NOID, NOID, 1, 1, V, { VR }, FUNCFLAG_MACROCALL_NEW }
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Functions new in Excel 2013.
|
/** Functions new in Excel 2013.
|
||||||
|
@ -6382,6 +6382,54 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
|
Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
// -=*# Resource for function NORM.DIST #*=-
|
||||||
|
Resource SC_OPCODE_NORM_DIST_MS
|
||||||
|
{
|
||||||
|
String 1 // Description
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Values of the normal distribution." ;
|
||||||
|
};
|
||||||
|
ExtraData =
|
||||||
|
{
|
||||||
|
0;
|
||||||
|
ID_FUNCTION_GRP_STATISTIC;
|
||||||
|
U2S( HID_FUNC_NORMDIST_MS );
|
||||||
|
4; 0; 0; 0; 0;
|
||||||
|
0;
|
||||||
|
};
|
||||||
|
String 2 // Name of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Number" ;
|
||||||
|
};
|
||||||
|
String 3 // Description of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The value for which the normal distribution is to be calculated." ;
|
||||||
|
};
|
||||||
|
String 4 // Name of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Mean" ;
|
||||||
|
};
|
||||||
|
String 5 // Description of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The mean value. The mean value of the normal distribution." ;
|
||||||
|
};
|
||||||
|
String 6 // Name of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "STDEV" ;
|
||||||
|
};
|
||||||
|
String 7 // Description of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Standard deviation. The standard deviation of the normal distribution." ;
|
||||||
|
};
|
||||||
|
String 8 // Name of Parameter 4
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "C" ;
|
||||||
|
};
|
||||||
|
String 9 // Description of Parameter 4
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function." ;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
// -=*# Resource for function NORMINV #*=-
|
// -=*# Resource for function NORMINV #*=-
|
||||||
Resource SC_OPCODE_NORM_INV
|
Resource SC_OPCODE_NORM_INV
|
||||||
@ -6422,6 +6470,46 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "Standard deviation. The standard deviation of the normal distribution." ;
|
Text [ en-US ] = "Standard deviation. The standard deviation of the normal distribution." ;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
// -=*# Resource for function NORM.INV #*=-
|
||||||
|
Resource SC_OPCODE_NORM_INV_MS
|
||||||
|
{
|
||||||
|
String 1 // Description
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Values of the inverse normal distribution." ;
|
||||||
|
};
|
||||||
|
ExtraData =
|
||||||
|
{
|
||||||
|
0;
|
||||||
|
ID_FUNCTION_GRP_STATISTIC;
|
||||||
|
U2S( HID_FUNC_NORMINV_MS );
|
||||||
|
3; 0; 0; 0;
|
||||||
|
0;
|
||||||
|
};
|
||||||
|
String 2 // Name of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "number" ;
|
||||||
|
};
|
||||||
|
String 3 // Description of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The probability value for which the inverse normal distribution is to be calculated." ;
|
||||||
|
};
|
||||||
|
String 4 // Name of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "mean" ;
|
||||||
|
};
|
||||||
|
String 5 // Description of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The mean value. The mean value of the normal distribution." ;
|
||||||
|
};
|
||||||
|
String 6 // Name of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "STDEV" ;
|
||||||
|
};
|
||||||
|
String 7 // Description of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Standard deviation. The standard deviation of the normal distribution." ;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
// -=*# Resource for function STANDNORMVERT #*=-
|
// -=*# Resource for function STANDNORMVERT #*=-
|
||||||
Resource SC_OPCODE_STD_NORM_DIST
|
Resource SC_OPCODE_STD_NORM_DIST
|
||||||
@ -6446,6 +6534,38 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "The value for which the standard normal distribution is to be calculated." ;
|
Text [ en-US ] = "The value for which the standard normal distribution is to be calculated." ;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
// -=*# Resource for function NORM.S.DIST #*=-
|
||||||
|
Resource SC_OPCODE_STD_NORM_DIST_MS
|
||||||
|
{
|
||||||
|
String 1 // Description
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The values of the standard normal cumulative distribution." ;
|
||||||
|
};
|
||||||
|
ExtraData =
|
||||||
|
{
|
||||||
|
0;
|
||||||
|
ID_FUNCTION_GRP_STATISTIC;
|
||||||
|
U2S( HID_FUNC_STD_NORMDIST_MS );
|
||||||
|
2; 0; 0;
|
||||||
|
0;
|
||||||
|
};
|
||||||
|
String 2 // Name of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Number" ;
|
||||||
|
};
|
||||||
|
String 3 // Description of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The value for which the standard normal distribution is to be calculated." ;
|
||||||
|
};
|
||||||
|
String 4 // Name of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Cumulative" ;
|
||||||
|
};
|
||||||
|
String 5 // Description of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function." ;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
// -=*# Resource for function STANDNORMINV #*=-
|
// -=*# Resource for function STANDNORMINV #*=-
|
||||||
Resource SC_OPCODE_S_NORM_INV
|
Resource SC_OPCODE_S_NORM_INV
|
||||||
@ -6470,6 +6590,30 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
|
|||||||
{
|
{
|
||||||
Text [ en-US ] = "The probability value for which the inverse standard normal distribution is to be calculated." ;
|
Text [ en-US ] = "The probability value for which the inverse standard normal distribution is to be calculated." ;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
// -=*# Resource for function NORM.S.INV #*=-
|
||||||
|
Resource SC_OPCODE_S_NORM_INV_MS
|
||||||
|
{
|
||||||
|
String 1 // Description
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Values of the inverse standard normal distribution." ;
|
||||||
|
};
|
||||||
|
ExtraData =
|
||||||
|
{
|
||||||
|
0;
|
||||||
|
ID_FUNCTION_GRP_STATISTIC;
|
||||||
|
U2S( HID_FUNC_STD_NORMINV_MS );
|
||||||
|
1; 0;
|
||||||
|
0;
|
||||||
|
};
|
||||||
|
String 2 // Name of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "number" ;
|
||||||
|
};
|
||||||
|
String 3 // Description of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The probability value for which the inverse standard normal distribution is to be calculated." ;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
// -=*# Resource for function LOGNORMVERT #*=-
|
// -=*# Resource for function LOGNORMVERT #*=-
|
||||||
Resource SC_OPCODE_LOG_NORM_DIST
|
Resource SC_OPCODE_LOG_NORM_DIST
|
||||||
@ -6518,9 +6662,97 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
|
|||||||
{
|
{
|
||||||
Text [ en-US] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
|
Text [ en-US] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
// -=*# Resource for function LOGNORM.DIST #*=-
|
||||||
|
Resource SC_OPCODE_LOG_NORM_DIST_MS
|
||||||
|
{
|
||||||
|
String 1 // Description
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Values of the log normal distribution." ;
|
||||||
|
};
|
||||||
|
ExtraData =
|
||||||
|
{
|
||||||
|
0;
|
||||||
|
ID_FUNCTION_GRP_STATISTIC;
|
||||||
|
U2S( HID_FUNC_LOGNORMDIST_MS );
|
||||||
|
4; 0; 0; 0; 0;
|
||||||
|
0;
|
||||||
|
};
|
||||||
|
String 2 // Name of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Number" ;
|
||||||
|
};
|
||||||
|
String 3 // Description of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The value for which the log normal distribution is to be calculated." ;
|
||||||
|
};
|
||||||
|
String 4 // Name of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "mean" ;
|
||||||
|
};
|
||||||
|
String 5 // Description of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The mean value of the log normal distribution." ;
|
||||||
|
};
|
||||||
|
String 6 // Name of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "STDEV" ;
|
||||||
|
};
|
||||||
|
String 7 // Description of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The standard deviation of the log normal distribution." ;
|
||||||
|
};
|
||||||
|
String 8 // Name of Parameter 4
|
||||||
|
{
|
||||||
|
Text [ en-US] = "Cumulative";
|
||||||
|
};
|
||||||
|
String 9 // Description of Parameter 4
|
||||||
|
{
|
||||||
|
Text [ en-US] = "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function." ;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
// -=*# Resource for function LOGINV #*=-
|
// -=*# Resource for function LOGINV #*=-
|
||||||
Resource SC_OPCODE_LOG_INV
|
Resource SC_OPCODE_LOG_INV
|
||||||
|
{
|
||||||
|
String 1 // Description
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Values of the inverse of the lognormal distribution." ;
|
||||||
|
};
|
||||||
|
ExtraData =
|
||||||
|
{
|
||||||
|
0;
|
||||||
|
ID_FUNCTION_GRP_STATISTIC;
|
||||||
|
U2S( HID_FUNC_LOGINV );
|
||||||
|
3; 0; 0; 0;
|
||||||
|
0;
|
||||||
|
};
|
||||||
|
String 2 // Name of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "number" ;
|
||||||
|
};
|
||||||
|
String 3 // Description of Parameter 1
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "The probability value for which the inverse log normal distribution is to be calculated." ;
|
||||||
|
};
|
||||||
|
String 4 // Name of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "mean" ;
|
||||||
|
};
|
||||||
|
String 5 // Description of Parameter 2
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Mean value. The mean value of the log normal distribution." ;
|
||||||
|
};
|
||||||
|
String 6 // Name of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "STDEV" ;
|
||||||
|
};
|
||||||
|
String 7 // Description of Parameter 3
|
||||||
|
{
|
||||||
|
Text [ en-US ] = "Standard deviation. The standard deviation of the log normal distribution." ;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
// -=*# Resource for function LOGNORM.INV #*=-
|
||||||
|
Resource SC_OPCODE_LOG_INV_MS
|
||||||
{
|
{
|
||||||
String 1 // Description
|
String 1 // Description
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user