@univerjs/sheets-formula 0.2.15 → 0.3.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +3 -3
- package/lib/es/index.js +574 -313
- package/lib/locale/en-US.json +468 -320
- package/lib/locale/ru-RU.json +468 -320
- package/lib/locale/vi-VN.json +712 -204
- package/lib/locale/zh-CN.json +470 -322
- package/lib/locale/zh-TW.json +471 -323
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/prompt.controller.d.ts +2 -1
- package/lib/types/controllers/update-formula.controller.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +257 -109
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
- package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
- package/lib/types/locale/ru-RU.d.ts +257 -109
- package/lib/types/locale/vi-VN.d.ts +538 -66
- package/lib/types/locale/zh-CN.d.ts +257 -109
- package/lib/types/locale/zh-TW.d.ts +257 -109
- package/lib/umd/index.js +3 -3
- package/package.json +26 -29
package/lib/locale/en-US.json
CHANGED
|
@@ -3872,13 +3872,29 @@
|
|
|
3872
3872
|
}
|
|
3873
3873
|
],
|
|
3874
3874
|
"functionParameter": {
|
|
3875
|
-
"
|
|
3876
|
-
"name": "
|
|
3877
|
-
"detail": "
|
|
3875
|
+
"x": {
|
|
3876
|
+
"name": "x",
|
|
3877
|
+
"detail": "The value between A and B at which to evaluate the function."
|
|
3878
3878
|
},
|
|
3879
|
-
"
|
|
3880
|
-
"name": "
|
|
3881
|
-
"detail": "
|
|
3879
|
+
"alpha": {
|
|
3880
|
+
"name": "alpha",
|
|
3881
|
+
"detail": "A parameter of the distribution."
|
|
3882
|
+
},
|
|
3883
|
+
"beta": {
|
|
3884
|
+
"name": "beta",
|
|
3885
|
+
"detail": "A parameter of the distribution."
|
|
3886
|
+
},
|
|
3887
|
+
"cumulative": {
|
|
3888
|
+
"name": "cumulative",
|
|
3889
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, BETA.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
3890
|
+
},
|
|
3891
|
+
"A": {
|
|
3892
|
+
"name": "A",
|
|
3893
|
+
"detail": "A lower bound to the interval of x."
|
|
3894
|
+
},
|
|
3895
|
+
"B": {
|
|
3896
|
+
"name": "B",
|
|
3897
|
+
"detail": "An upper bound to the interval of x."
|
|
3882
3898
|
}
|
|
3883
3899
|
}
|
|
3884
3900
|
},
|
|
@@ -3892,13 +3908,25 @@
|
|
|
3892
3908
|
}
|
|
3893
3909
|
],
|
|
3894
3910
|
"functionParameter": {
|
|
3895
|
-
"
|
|
3896
|
-
"name": "
|
|
3897
|
-
"detail": "
|
|
3911
|
+
"probability": {
|
|
3912
|
+
"name": "probability",
|
|
3913
|
+
"detail": "A probability associated with the beta distribution."
|
|
3898
3914
|
},
|
|
3899
|
-
"
|
|
3900
|
-
"name": "
|
|
3901
|
-
"detail": "
|
|
3915
|
+
"alpha": {
|
|
3916
|
+
"name": "alpha",
|
|
3917
|
+
"detail": "A parameter of the distribution."
|
|
3918
|
+
},
|
|
3919
|
+
"beta": {
|
|
3920
|
+
"name": "beta",
|
|
3921
|
+
"detail": "A parameter of the distribution."
|
|
3922
|
+
},
|
|
3923
|
+
"A": {
|
|
3924
|
+
"name": "A",
|
|
3925
|
+
"detail": "A lower bound to the interval of x."
|
|
3926
|
+
},
|
|
3927
|
+
"B": {
|
|
3928
|
+
"name": "B",
|
|
3929
|
+
"detail": "An upper bound to the interval of x."
|
|
3902
3930
|
}
|
|
3903
3931
|
}
|
|
3904
3932
|
},
|
|
@@ -3912,13 +3940,21 @@
|
|
|
3912
3940
|
}
|
|
3913
3941
|
],
|
|
3914
3942
|
"functionParameter": {
|
|
3915
|
-
"
|
|
3916
|
-
"name": "
|
|
3917
|
-
"detail": "
|
|
3943
|
+
"numberS": {
|
|
3944
|
+
"name": "number_s",
|
|
3945
|
+
"detail": "The number of successes in trials."
|
|
3918
3946
|
},
|
|
3919
|
-
"
|
|
3920
|
-
"name": "
|
|
3921
|
-
"detail": "
|
|
3947
|
+
"trials": {
|
|
3948
|
+
"name": "trials",
|
|
3949
|
+
"detail": "The number of independent trials."
|
|
3950
|
+
},
|
|
3951
|
+
"probabilityS": {
|
|
3952
|
+
"name": "probability_s",
|
|
3953
|
+
"detail": "The probability of success on each trial."
|
|
3954
|
+
},
|
|
3955
|
+
"cumulative": {
|
|
3956
|
+
"name": "cumulative",
|
|
3957
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, BINOM.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
3922
3958
|
}
|
|
3923
3959
|
}
|
|
3924
3960
|
},
|
|
@@ -3932,13 +3968,21 @@
|
|
|
3932
3968
|
}
|
|
3933
3969
|
],
|
|
3934
3970
|
"functionParameter": {
|
|
3935
|
-
"
|
|
3936
|
-
"name": "
|
|
3937
|
-
"detail": "
|
|
3971
|
+
"trials": {
|
|
3972
|
+
"name": "trials",
|
|
3973
|
+
"detail": "The number of independent trials."
|
|
3938
3974
|
},
|
|
3939
|
-
"
|
|
3940
|
-
"name": "
|
|
3941
|
-
"detail": "
|
|
3975
|
+
"probabilityS": {
|
|
3976
|
+
"name": "probability_s",
|
|
3977
|
+
"detail": "The probability of success on each trial."
|
|
3978
|
+
},
|
|
3979
|
+
"numberS": {
|
|
3980
|
+
"name": "number_s",
|
|
3981
|
+
"detail": "The number of successes in trials."
|
|
3982
|
+
},
|
|
3983
|
+
"numberS2": {
|
|
3984
|
+
"name": "number_s2",
|
|
3985
|
+
"detail": "If provided, returns the probability that the number of successful trials will fall between number_s and number_s2."
|
|
3942
3986
|
}
|
|
3943
3987
|
}
|
|
3944
3988
|
},
|
|
@@ -3952,19 +3996,23 @@
|
|
|
3952
3996
|
}
|
|
3953
3997
|
],
|
|
3954
3998
|
"functionParameter": {
|
|
3955
|
-
"
|
|
3956
|
-
"name": "
|
|
3957
|
-
"detail": "
|
|
3999
|
+
"trials": {
|
|
4000
|
+
"name": "trials",
|
|
4001
|
+
"detail": "The number of Bernoulli trials."
|
|
3958
4002
|
},
|
|
3959
|
-
"
|
|
3960
|
-
"name": "
|
|
3961
|
-
"detail": "
|
|
4003
|
+
"probabilityS": {
|
|
4004
|
+
"name": "probability_s",
|
|
4005
|
+
"detail": "The probability of success on each trial."
|
|
4006
|
+
},
|
|
4007
|
+
"alpha": {
|
|
4008
|
+
"name": "alpha",
|
|
4009
|
+
"detail": "The criterion value."
|
|
3962
4010
|
}
|
|
3963
4011
|
}
|
|
3964
4012
|
},
|
|
3965
4013
|
"CHISQ_DIST": {
|
|
3966
|
-
"description": "Returns the
|
|
3967
|
-
"abstract": "Returns the
|
|
4014
|
+
"description": "Returns the left-tailed probability of the chi-squared distribution.",
|
|
4015
|
+
"abstract": "Returns the left-tailed probability of the chi-squared distribution.",
|
|
3968
4016
|
"links": [
|
|
3969
4017
|
{
|
|
3970
4018
|
"title": "Instruction",
|
|
@@ -3972,19 +4020,23 @@
|
|
|
3972
4020
|
}
|
|
3973
4021
|
],
|
|
3974
4022
|
"functionParameter": {
|
|
3975
|
-
"
|
|
3976
|
-
"name": "
|
|
3977
|
-
"detail": "
|
|
4023
|
+
"x": {
|
|
4024
|
+
"name": "x",
|
|
4025
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
3978
4026
|
},
|
|
3979
|
-
"
|
|
3980
|
-
"name": "
|
|
3981
|
-
"detail": "
|
|
4027
|
+
"degFreedom": {
|
|
4028
|
+
"name": "deg_freedom",
|
|
4029
|
+
"detail": "The number of degrees of freedom."
|
|
4030
|
+
},
|
|
4031
|
+
"cumulative": {
|
|
4032
|
+
"name": "cumulative",
|
|
4033
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, CHISQ.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
3982
4034
|
}
|
|
3983
4035
|
}
|
|
3984
4036
|
},
|
|
3985
4037
|
"CHISQ_DIST_RT": {
|
|
3986
|
-
"description": "Returns the
|
|
3987
|
-
"abstract": "Returns the
|
|
4038
|
+
"description": "Returns the right-tailed probability of the chi-squared distribution.",
|
|
4039
|
+
"abstract": "Returns the right-tailed probability of the chi-squared distribution.",
|
|
3988
4040
|
"links": [
|
|
3989
4041
|
{
|
|
3990
4042
|
"title": "Instruction",
|
|
@@ -3992,19 +4044,19 @@
|
|
|
3992
4044
|
}
|
|
3993
4045
|
],
|
|
3994
4046
|
"functionParameter": {
|
|
3995
|
-
"
|
|
3996
|
-
"name": "
|
|
3997
|
-
"detail": "
|
|
4047
|
+
"x": {
|
|
4048
|
+
"name": "x",
|
|
4049
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
3998
4050
|
},
|
|
3999
|
-
"
|
|
4000
|
-
"name": "
|
|
4001
|
-
"detail": "
|
|
4051
|
+
"degFreedom": {
|
|
4052
|
+
"name": "deg_freedom",
|
|
4053
|
+
"detail": "The number of degrees of freedom."
|
|
4002
4054
|
}
|
|
4003
4055
|
}
|
|
4004
4056
|
},
|
|
4005
4057
|
"CHISQ_INV": {
|
|
4006
|
-
"description": "Returns the
|
|
4007
|
-
"abstract": "Returns the
|
|
4058
|
+
"description": "Returns the inverse of the left-tailed probability of the chi-squared distribution.",
|
|
4059
|
+
"abstract": "Returns the inverse of the left-tailed probability of the chi-squared distribution.",
|
|
4008
4060
|
"links": [
|
|
4009
4061
|
{
|
|
4010
4062
|
"title": "Instruction",
|
|
@@ -4012,19 +4064,19 @@
|
|
|
4012
4064
|
}
|
|
4013
4065
|
],
|
|
4014
4066
|
"functionParameter": {
|
|
4015
|
-
"
|
|
4016
|
-
"name": "
|
|
4017
|
-
"detail": "
|
|
4067
|
+
"probability": {
|
|
4068
|
+
"name": "probability",
|
|
4069
|
+
"detail": "A probability associated with the chi-squared distribution."
|
|
4018
4070
|
},
|
|
4019
|
-
"
|
|
4020
|
-
"name": "
|
|
4021
|
-
"detail": "
|
|
4071
|
+
"degFreedom": {
|
|
4072
|
+
"name": "deg_freedom",
|
|
4073
|
+
"detail": "The number of degrees of freedom."
|
|
4022
4074
|
}
|
|
4023
4075
|
}
|
|
4024
4076
|
},
|
|
4025
4077
|
"CHISQ_INV_RT": {
|
|
4026
|
-
"description": "Returns the inverse of the
|
|
4027
|
-
"abstract": "Returns the inverse of the
|
|
4078
|
+
"description": "Returns the inverse of the right-tailed probability of the chi-squared distribution.",
|
|
4079
|
+
"abstract": "Returns the inverse of the right-tailed probability of the chi-squared distribution.",
|
|
4028
4080
|
"links": [
|
|
4029
4081
|
{
|
|
4030
4082
|
"title": "Instruction",
|
|
@@ -4032,13 +4084,13 @@
|
|
|
4032
4084
|
}
|
|
4033
4085
|
],
|
|
4034
4086
|
"functionParameter": {
|
|
4035
|
-
"
|
|
4036
|
-
"name": "
|
|
4037
|
-
"detail": "
|
|
4087
|
+
"probability": {
|
|
4088
|
+
"name": "probability",
|
|
4089
|
+
"detail": "A probability associated with the chi-squared distribution."
|
|
4038
4090
|
},
|
|
4039
|
-
"
|
|
4040
|
-
"name": "
|
|
4041
|
-
"detail": "
|
|
4091
|
+
"degFreedom": {
|
|
4092
|
+
"name": "deg_freedom",
|
|
4093
|
+
"detail": "The number of degrees of freedom."
|
|
4042
4094
|
}
|
|
4043
4095
|
}
|
|
4044
4096
|
},
|
|
@@ -4052,19 +4104,19 @@
|
|
|
4052
4104
|
}
|
|
4053
4105
|
],
|
|
4054
4106
|
"functionParameter": {
|
|
4055
|
-
"
|
|
4056
|
-
"name": "
|
|
4057
|
-
"detail": "
|
|
4107
|
+
"actualRange": {
|
|
4108
|
+
"name": "actual_range",
|
|
4109
|
+
"detail": "The range of data that contains observations to test against expected values."
|
|
4058
4110
|
},
|
|
4059
|
-
"
|
|
4060
|
-
"name": "
|
|
4061
|
-
"detail": "
|
|
4111
|
+
"expectedRange": {
|
|
4112
|
+
"name": "expected_range",
|
|
4113
|
+
"detail": "The range of data that contains the ratio of the product of row totals and column totals to the grand total."
|
|
4062
4114
|
}
|
|
4063
4115
|
}
|
|
4064
4116
|
},
|
|
4065
4117
|
"CONFIDENCE_NORM": {
|
|
4066
|
-
"description": "Returns the confidence interval for a population mean",
|
|
4067
|
-
"abstract": "Returns the confidence interval for a population mean",
|
|
4118
|
+
"description": "Returns the confidence interval for a population mean, using a normal distribution.",
|
|
4119
|
+
"abstract": "Returns the confidence interval for a population mean, using a normal distribution.",
|
|
4068
4120
|
"links": [
|
|
4069
4121
|
{
|
|
4070
4122
|
"title": "Instruction",
|
|
@@ -4072,13 +4124,17 @@
|
|
|
4072
4124
|
}
|
|
4073
4125
|
],
|
|
4074
4126
|
"functionParameter": {
|
|
4075
|
-
"
|
|
4076
|
-
"name": "
|
|
4077
|
-
"detail": "
|
|
4127
|
+
"alpha": {
|
|
4128
|
+
"name": "alpha",
|
|
4129
|
+
"detail": "The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level."
|
|
4078
4130
|
},
|
|
4079
|
-
"
|
|
4080
|
-
"name": "
|
|
4081
|
-
"detail": "
|
|
4131
|
+
"standardDev": {
|
|
4132
|
+
"name": "standard_dev",
|
|
4133
|
+
"detail": "The population standard deviation for the data range and is assumed to be known."
|
|
4134
|
+
},
|
|
4135
|
+
"size": {
|
|
4136
|
+
"name": "size",
|
|
4137
|
+
"detail": "The sample size."
|
|
4082
4138
|
}
|
|
4083
4139
|
}
|
|
4084
4140
|
},
|
|
@@ -4092,13 +4148,17 @@
|
|
|
4092
4148
|
}
|
|
4093
4149
|
],
|
|
4094
4150
|
"functionParameter": {
|
|
4095
|
-
"
|
|
4096
|
-
"name": "
|
|
4097
|
-
"detail": "
|
|
4151
|
+
"alpha": {
|
|
4152
|
+
"name": "alpha",
|
|
4153
|
+
"detail": "The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level."
|
|
4098
4154
|
},
|
|
4099
|
-
"
|
|
4100
|
-
"name": "
|
|
4101
|
-
"detail": "
|
|
4155
|
+
"standardDev": {
|
|
4156
|
+
"name": "standard_dev",
|
|
4157
|
+
"detail": "The population standard deviation for the data range and is assumed to be known."
|
|
4158
|
+
},
|
|
4159
|
+
"size": {
|
|
4160
|
+
"name": "size",
|
|
4161
|
+
"detail": "The sample size."
|
|
4102
4162
|
}
|
|
4103
4163
|
}
|
|
4104
4164
|
},
|
|
@@ -4112,13 +4172,13 @@
|
|
|
4112
4172
|
}
|
|
4113
4173
|
],
|
|
4114
4174
|
"functionParameter": {
|
|
4115
|
-
"
|
|
4116
|
-
"name": "
|
|
4117
|
-
"detail": "first"
|
|
4175
|
+
"array1": {
|
|
4176
|
+
"name": "array1",
|
|
4177
|
+
"detail": "A first range of cell values."
|
|
4118
4178
|
},
|
|
4119
|
-
"
|
|
4120
|
-
"name": "
|
|
4121
|
-
"detail": "second"
|
|
4179
|
+
"array2": {
|
|
4180
|
+
"name": "array2",
|
|
4181
|
+
"detail": "A second range of cell values."
|
|
4122
4182
|
}
|
|
4123
4183
|
}
|
|
4124
4184
|
},
|
|
@@ -4227,8 +4287,8 @@
|
|
|
4227
4287
|
}
|
|
4228
4288
|
},
|
|
4229
4289
|
"COVARIANCE_P": {
|
|
4230
|
-
"description": "Returns covariance, the average of the products of
|
|
4231
|
-
"abstract": "Returns covariance
|
|
4290
|
+
"description": "Returns population covariance, the average of the products of deviations for each data point pair in two data sets.",
|
|
4291
|
+
"abstract": "Returns population covariance",
|
|
4232
4292
|
"links": [
|
|
4233
4293
|
{
|
|
4234
4294
|
"title": "Instruction",
|
|
@@ -4236,19 +4296,19 @@
|
|
|
4236
4296
|
}
|
|
4237
4297
|
],
|
|
4238
4298
|
"functionParameter": {
|
|
4239
|
-
"
|
|
4240
|
-
"name": "
|
|
4241
|
-
"detail": "first"
|
|
4299
|
+
"array1": {
|
|
4300
|
+
"name": "array1",
|
|
4301
|
+
"detail": "A first range of cell values."
|
|
4242
4302
|
},
|
|
4243
|
-
"
|
|
4244
|
-
"name": "
|
|
4245
|
-
"detail": "second"
|
|
4303
|
+
"array2": {
|
|
4304
|
+
"name": "array2",
|
|
4305
|
+
"detail": "A second range of cell values."
|
|
4246
4306
|
}
|
|
4247
4307
|
}
|
|
4248
4308
|
},
|
|
4249
4309
|
"COVARIANCE_S": {
|
|
4250
|
-
"description": "Returns the sample covariance, the average of the products deviations for each data point pair in two data sets",
|
|
4251
|
-
"abstract": "Returns the sample covariance
|
|
4310
|
+
"description": "Returns the sample covariance, the average of the products of deviations for each data point pair in two data sets.",
|
|
4311
|
+
"abstract": "Returns the sample covariance",
|
|
4252
4312
|
"links": [
|
|
4253
4313
|
{
|
|
4254
4314
|
"title": "Instruction",
|
|
@@ -4256,13 +4316,13 @@
|
|
|
4256
4316
|
}
|
|
4257
4317
|
],
|
|
4258
4318
|
"functionParameter": {
|
|
4259
|
-
"
|
|
4260
|
-
"name": "
|
|
4261
|
-
"detail": "first"
|
|
4319
|
+
"array1": {
|
|
4320
|
+
"name": "array1",
|
|
4321
|
+
"detail": "A first range of cell values."
|
|
4262
4322
|
},
|
|
4263
|
-
"
|
|
4264
|
-
"name": "
|
|
4265
|
-
"detail": "second"
|
|
4323
|
+
"array2": {
|
|
4324
|
+
"name": "array2",
|
|
4325
|
+
"detail": "A second range of cell values."
|
|
4266
4326
|
}
|
|
4267
4327
|
}
|
|
4268
4328
|
},
|
|
@@ -4278,11 +4338,11 @@
|
|
|
4278
4338
|
"functionParameter": {
|
|
4279
4339
|
"number1": {
|
|
4280
4340
|
"name": "number1",
|
|
4281
|
-
"detail": "
|
|
4341
|
+
"detail": "The fist argument for which you want to calculate the sum of squared deviations."
|
|
4282
4342
|
},
|
|
4283
4343
|
"number2": {
|
|
4284
4344
|
"name": "number2",
|
|
4285
|
-
"detail": "
|
|
4345
|
+
"detail": "The 2 to 255 arguments for which you want to calculate the sum of squared deviations."
|
|
4286
4346
|
}
|
|
4287
4347
|
}
|
|
4288
4348
|
},
|
|
@@ -4296,13 +4356,17 @@
|
|
|
4296
4356
|
}
|
|
4297
4357
|
],
|
|
4298
4358
|
"functionParameter": {
|
|
4299
|
-
"
|
|
4300
|
-
"name": "
|
|
4301
|
-
"detail": "
|
|
4359
|
+
"x": {
|
|
4360
|
+
"name": "x",
|
|
4361
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
4302
4362
|
},
|
|
4303
|
-
"
|
|
4304
|
-
"name": "
|
|
4305
|
-
"detail": "
|
|
4363
|
+
"lambda": {
|
|
4364
|
+
"name": "lambda",
|
|
4365
|
+
"detail": "The parameter value."
|
|
4366
|
+
},
|
|
4367
|
+
"cumulative": {
|
|
4368
|
+
"name": "cumulative",
|
|
4369
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, EXPON.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
4306
4370
|
}
|
|
4307
4371
|
}
|
|
4308
4372
|
},
|
|
@@ -4316,19 +4380,27 @@
|
|
|
4316
4380
|
}
|
|
4317
4381
|
],
|
|
4318
4382
|
"functionParameter": {
|
|
4319
|
-
"
|
|
4320
|
-
"name": "
|
|
4321
|
-
"detail": "
|
|
4383
|
+
"x": {
|
|
4384
|
+
"name": "x",
|
|
4385
|
+
"detail": "The value at which to evaluate the function."
|
|
4322
4386
|
},
|
|
4323
|
-
"
|
|
4324
|
-
"name": "
|
|
4325
|
-
"detail": "
|
|
4387
|
+
"degFreedom1": {
|
|
4388
|
+
"name": "deg_freedom1",
|
|
4389
|
+
"detail": "The numerator degrees of freedom."
|
|
4390
|
+
},
|
|
4391
|
+
"degFreedom2": {
|
|
4392
|
+
"name": "deg_freedom2",
|
|
4393
|
+
"detail": "The denominator degrees of freedom."
|
|
4394
|
+
},
|
|
4395
|
+
"cumulative": {
|
|
4396
|
+
"name": "cumulative",
|
|
4397
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, F.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
4326
4398
|
}
|
|
4327
4399
|
}
|
|
4328
4400
|
},
|
|
4329
4401
|
"F_DIST_RT": {
|
|
4330
|
-
"description": "Returns the F probability distribution",
|
|
4331
|
-
"abstract": "Returns the F probability distribution",
|
|
4402
|
+
"description": "Returns the (right-tailed) F probability distribution",
|
|
4403
|
+
"abstract": "Returns the (right-tailed) F probability distribution",
|
|
4332
4404
|
"links": [
|
|
4333
4405
|
{
|
|
4334
4406
|
"title": "Instruction",
|
|
@@ -4336,13 +4408,17 @@
|
|
|
4336
4408
|
}
|
|
4337
4409
|
],
|
|
4338
4410
|
"functionParameter": {
|
|
4339
|
-
"
|
|
4340
|
-
"name": "
|
|
4341
|
-
"detail": "
|
|
4411
|
+
"x": {
|
|
4412
|
+
"name": "x",
|
|
4413
|
+
"detail": "The value at which to evaluate the function."
|
|
4342
4414
|
},
|
|
4343
|
-
"
|
|
4344
|
-
"name": "
|
|
4345
|
-
"detail": "
|
|
4415
|
+
"degFreedom1": {
|
|
4416
|
+
"name": "deg_freedom1",
|
|
4417
|
+
"detail": "The numerator degrees of freedom."
|
|
4418
|
+
},
|
|
4419
|
+
"degFreedom2": {
|
|
4420
|
+
"name": "deg_freedom2",
|
|
4421
|
+
"detail": "The denominator degrees of freedom."
|
|
4346
4422
|
}
|
|
4347
4423
|
}
|
|
4348
4424
|
},
|
|
@@ -4356,19 +4432,23 @@
|
|
|
4356
4432
|
}
|
|
4357
4433
|
],
|
|
4358
4434
|
"functionParameter": {
|
|
4359
|
-
"
|
|
4360
|
-
"name": "
|
|
4361
|
-
"detail": "
|
|
4435
|
+
"probability": {
|
|
4436
|
+
"name": "probability",
|
|
4437
|
+
"detail": "A probability associated with the F cumulative distribution."
|
|
4362
4438
|
},
|
|
4363
|
-
"
|
|
4364
|
-
"name": "
|
|
4365
|
-
"detail": "
|
|
4439
|
+
"degFreedom1": {
|
|
4440
|
+
"name": "deg_freedom1",
|
|
4441
|
+
"detail": "The numerator degrees of freedom."
|
|
4442
|
+
},
|
|
4443
|
+
"degFreedom2": {
|
|
4444
|
+
"name": "deg_freedom2",
|
|
4445
|
+
"detail": "The denominator degrees of freedom."
|
|
4366
4446
|
}
|
|
4367
4447
|
}
|
|
4368
4448
|
},
|
|
4369
4449
|
"F_INV_RT": {
|
|
4370
|
-
"description": "Returns the inverse of the F probability distribution",
|
|
4371
|
-
"abstract": "Returns the inverse of the F probability distribution",
|
|
4450
|
+
"description": "Returns the inverse of the (right-tailed) F probability distribution",
|
|
4451
|
+
"abstract": "Returns the inverse of the (right-tailed) F probability distribution",
|
|
4372
4452
|
"links": [
|
|
4373
4453
|
{
|
|
4374
4454
|
"title": "Instruction",
|
|
@@ -4376,13 +4456,17 @@
|
|
|
4376
4456
|
}
|
|
4377
4457
|
],
|
|
4378
4458
|
"functionParameter": {
|
|
4379
|
-
"
|
|
4380
|
-
"name": "
|
|
4381
|
-
"detail": "
|
|
4459
|
+
"probability": {
|
|
4460
|
+
"name": "probability",
|
|
4461
|
+
"detail": "A probability associated with the F cumulative distribution."
|
|
4382
4462
|
},
|
|
4383
|
-
"
|
|
4384
|
-
"name": "
|
|
4385
|
-
"detail": "
|
|
4463
|
+
"degFreedom1": {
|
|
4464
|
+
"name": "deg_freedom1",
|
|
4465
|
+
"detail": "The numerator degrees of freedom."
|
|
4466
|
+
},
|
|
4467
|
+
"degFreedom2": {
|
|
4468
|
+
"name": "deg_freedom2",
|
|
4469
|
+
"detail": "The denominator degrees of freedom."
|
|
4386
4470
|
}
|
|
4387
4471
|
}
|
|
4388
4472
|
},
|
|
@@ -4396,13 +4480,13 @@
|
|
|
4396
4480
|
}
|
|
4397
4481
|
],
|
|
4398
4482
|
"functionParameter": {
|
|
4399
|
-
"
|
|
4400
|
-
"name": "
|
|
4401
|
-
"detail": "first"
|
|
4483
|
+
"array1": {
|
|
4484
|
+
"name": "array1",
|
|
4485
|
+
"detail": "The first array or range of data."
|
|
4402
4486
|
},
|
|
4403
|
-
"
|
|
4404
|
-
"name": "
|
|
4405
|
-
"detail": "second"
|
|
4487
|
+
"array2": {
|
|
4488
|
+
"name": "array2",
|
|
4489
|
+
"detail": "The second array or range of data."
|
|
4406
4490
|
}
|
|
4407
4491
|
}
|
|
4408
4492
|
},
|
|
@@ -4416,13 +4500,9 @@
|
|
|
4416
4500
|
}
|
|
4417
4501
|
],
|
|
4418
4502
|
"functionParameter": {
|
|
4419
|
-
"
|
|
4420
|
-
"name": "
|
|
4421
|
-
"detail": "
|
|
4422
|
-
},
|
|
4423
|
-
"number2": {
|
|
4424
|
-
"name": "number2",
|
|
4425
|
-
"detail": "second"
|
|
4503
|
+
"x": {
|
|
4504
|
+
"name": "x",
|
|
4505
|
+
"detail": "A numeric value for which you want the transformation."
|
|
4426
4506
|
}
|
|
4427
4507
|
}
|
|
4428
4508
|
},
|
|
@@ -4436,13 +4516,9 @@
|
|
|
4436
4516
|
}
|
|
4437
4517
|
],
|
|
4438
4518
|
"functionParameter": {
|
|
4439
|
-
"
|
|
4440
|
-
"name": "
|
|
4441
|
-
"detail": "
|
|
4442
|
-
},
|
|
4443
|
-
"number2": {
|
|
4444
|
-
"name": "number2",
|
|
4445
|
-
"detail": "second"
|
|
4519
|
+
"y": {
|
|
4520
|
+
"name": "y",
|
|
4521
|
+
"detail": "The value for which you want to perform the inverse of the transformation."
|
|
4446
4522
|
}
|
|
4447
4523
|
}
|
|
4448
4524
|
},
|
|
@@ -4456,13 +4532,17 @@
|
|
|
4456
4532
|
}
|
|
4457
4533
|
],
|
|
4458
4534
|
"functionParameter": {
|
|
4459
|
-
"
|
|
4460
|
-
"name": "
|
|
4461
|
-
"detail": "
|
|
4535
|
+
"x": {
|
|
4536
|
+
"name": "x",
|
|
4537
|
+
"detail": "The data point for which you want to predict a value."
|
|
4462
4538
|
},
|
|
4463
|
-
"
|
|
4464
|
-
"name": "
|
|
4465
|
-
"detail": "
|
|
4539
|
+
"knownYs": {
|
|
4540
|
+
"name": "known_y's",
|
|
4541
|
+
"detail": "The dependent array or range of data."
|
|
4542
|
+
},
|
|
4543
|
+
"knownXs": {
|
|
4544
|
+
"name": "known_x's",
|
|
4545
|
+
"detail": "The independent array or range of data."
|
|
4466
4546
|
}
|
|
4467
4547
|
}
|
|
4468
4548
|
},
|
|
@@ -4552,17 +4632,21 @@
|
|
|
4552
4632
|
"links": [
|
|
4553
4633
|
{
|
|
4554
4634
|
"title": "Instruction",
|
|
4555
|
-
"url": "https://support.microsoft.com/en-us/office/
|
|
4635
|
+
"url": "https://support.microsoft.com/en-us/office/forecast-and-forecast-linear-functions-50ca49c9-7b40-4892-94e4-7ad38bbeda99"
|
|
4556
4636
|
}
|
|
4557
4637
|
],
|
|
4558
4638
|
"functionParameter": {
|
|
4559
|
-
"
|
|
4560
|
-
"name": "
|
|
4561
|
-
"detail": "
|
|
4639
|
+
"x": {
|
|
4640
|
+
"name": "x",
|
|
4641
|
+
"detail": "The data point for which you want to predict a value."
|
|
4562
4642
|
},
|
|
4563
|
-
"
|
|
4564
|
-
"name": "
|
|
4565
|
-
"detail": "
|
|
4643
|
+
"knownYs": {
|
|
4644
|
+
"name": "known_y's",
|
|
4645
|
+
"detail": "The dependent array or range of data."
|
|
4646
|
+
},
|
|
4647
|
+
"knownXs": {
|
|
4648
|
+
"name": "known_x's",
|
|
4649
|
+
"detail": "The independent array or range of data."
|
|
4566
4650
|
}
|
|
4567
4651
|
}
|
|
4568
4652
|
},
|
|
@@ -4796,13 +4880,13 @@
|
|
|
4796
4880
|
}
|
|
4797
4881
|
],
|
|
4798
4882
|
"functionParameter": {
|
|
4799
|
-
"
|
|
4800
|
-
"name": "
|
|
4801
|
-
"detail": "
|
|
4883
|
+
"knownYs": {
|
|
4884
|
+
"name": "known_y's",
|
|
4885
|
+
"detail": "The dependent array or range of data."
|
|
4802
4886
|
},
|
|
4803
|
-
"
|
|
4804
|
-
"name": "
|
|
4805
|
-
"detail": "
|
|
4887
|
+
"knownXs": {
|
|
4888
|
+
"name": "known_x's",
|
|
4889
|
+
"detail": "The independent array or range of data."
|
|
4806
4890
|
}
|
|
4807
4891
|
}
|
|
4808
4892
|
},
|
|
@@ -5160,13 +5244,21 @@
|
|
|
5160
5244
|
}
|
|
5161
5245
|
],
|
|
5162
5246
|
"functionParameter": {
|
|
5163
|
-
"
|
|
5164
|
-
"name": "
|
|
5165
|
-
"detail": "
|
|
5247
|
+
"x": {
|
|
5248
|
+
"name": "x",
|
|
5249
|
+
"detail": "The value for which you want the distribution."
|
|
5166
5250
|
},
|
|
5167
|
-
"
|
|
5168
|
-
"name": "
|
|
5169
|
-
"detail": "
|
|
5251
|
+
"mean": {
|
|
5252
|
+
"name": "mean",
|
|
5253
|
+
"detail": "The arithmetic mean of the distribution."
|
|
5254
|
+
},
|
|
5255
|
+
"standardDev": {
|
|
5256
|
+
"name": "standard_dev",
|
|
5257
|
+
"detail": "The standard deviation of the distribution."
|
|
5258
|
+
},
|
|
5259
|
+
"cumulative": {
|
|
5260
|
+
"name": "cumulative",
|
|
5261
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, NORM.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
5170
5262
|
}
|
|
5171
5263
|
}
|
|
5172
5264
|
},
|
|
@@ -5180,13 +5272,17 @@
|
|
|
5180
5272
|
}
|
|
5181
5273
|
],
|
|
5182
5274
|
"functionParameter": {
|
|
5183
|
-
"
|
|
5184
|
-
"name": "
|
|
5185
|
-
"detail": "
|
|
5275
|
+
"probability": {
|
|
5276
|
+
"name": "probability",
|
|
5277
|
+
"detail": "A probability corresponding to the normal distribution."
|
|
5186
5278
|
},
|
|
5187
|
-
"
|
|
5188
|
-
"name": "
|
|
5189
|
-
"detail": "
|
|
5279
|
+
"mean": {
|
|
5280
|
+
"name": "mean",
|
|
5281
|
+
"detail": "The arithmetic mean of the distribution."
|
|
5282
|
+
},
|
|
5283
|
+
"standardDev": {
|
|
5284
|
+
"name": "standard_dev",
|
|
5285
|
+
"detail": "The standard deviation of the distribution."
|
|
5190
5286
|
}
|
|
5191
5287
|
}
|
|
5192
5288
|
},
|
|
@@ -5200,13 +5296,13 @@
|
|
|
5200
5296
|
}
|
|
5201
5297
|
],
|
|
5202
5298
|
"functionParameter": {
|
|
5203
|
-
"
|
|
5204
|
-
"name": "
|
|
5205
|
-
"detail": "
|
|
5299
|
+
"z": {
|
|
5300
|
+
"name": "z",
|
|
5301
|
+
"detail": "The value for which you want the distribution."
|
|
5206
5302
|
},
|
|
5207
|
-
"
|
|
5208
|
-
"name": "
|
|
5209
|
-
"detail": "
|
|
5303
|
+
"cumulative": {
|
|
5304
|
+
"name": "cumulative",
|
|
5305
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, NORM.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
5210
5306
|
}
|
|
5211
5307
|
}
|
|
5212
5308
|
},
|
|
@@ -5220,13 +5316,9 @@
|
|
|
5220
5316
|
}
|
|
5221
5317
|
],
|
|
5222
5318
|
"functionParameter": {
|
|
5223
|
-
"
|
|
5224
|
-
"name": "
|
|
5225
|
-
"detail": "
|
|
5226
|
-
},
|
|
5227
|
-
"number2": {
|
|
5228
|
-
"name": "number2",
|
|
5229
|
-
"detail": "second"
|
|
5319
|
+
"probability": {
|
|
5320
|
+
"name": "probability",
|
|
5321
|
+
"detail": "A probability corresponding to the normal distribution."
|
|
5230
5322
|
}
|
|
5231
5323
|
}
|
|
5232
5324
|
},
|
|
@@ -9969,13 +10061,25 @@
|
|
|
9969
10061
|
}
|
|
9970
10062
|
],
|
|
9971
10063
|
"functionParameter": {
|
|
9972
|
-
"
|
|
9973
|
-
"name": "
|
|
9974
|
-
"detail": "
|
|
10064
|
+
"x": {
|
|
10065
|
+
"name": "x",
|
|
10066
|
+
"detail": "The value between A and B at which to evaluate the function."
|
|
9975
10067
|
},
|
|
9976
|
-
"
|
|
9977
|
-
"name": "
|
|
9978
|
-
"detail": "
|
|
10068
|
+
"alpha": {
|
|
10069
|
+
"name": "alpha",
|
|
10070
|
+
"detail": "A parameter of the distribution."
|
|
10071
|
+
},
|
|
10072
|
+
"beta": {
|
|
10073
|
+
"name": "beta",
|
|
10074
|
+
"detail": "A parameter of the distribution."
|
|
10075
|
+
},
|
|
10076
|
+
"A": {
|
|
10077
|
+
"name": "A",
|
|
10078
|
+
"detail": "A lower bound to the interval of x."
|
|
10079
|
+
},
|
|
10080
|
+
"B": {
|
|
10081
|
+
"name": "B",
|
|
10082
|
+
"detail": "An upper bound to the interval of x."
|
|
9979
10083
|
}
|
|
9980
10084
|
}
|
|
9981
10085
|
},
|
|
@@ -9989,13 +10093,25 @@
|
|
|
9989
10093
|
}
|
|
9990
10094
|
],
|
|
9991
10095
|
"functionParameter": {
|
|
9992
|
-
"
|
|
9993
|
-
"name": "
|
|
9994
|
-
"detail": "
|
|
10096
|
+
"probability": {
|
|
10097
|
+
"name": "probability",
|
|
10098
|
+
"detail": "A probability associated with the beta distribution."
|
|
9995
10099
|
},
|
|
9996
|
-
"
|
|
9997
|
-
"name": "
|
|
9998
|
-
"detail": "
|
|
10100
|
+
"alpha": {
|
|
10101
|
+
"name": "alpha",
|
|
10102
|
+
"detail": "A parameter of the distribution."
|
|
10103
|
+
},
|
|
10104
|
+
"beta": {
|
|
10105
|
+
"name": "beta",
|
|
10106
|
+
"detail": "A parameter of the distribution."
|
|
10107
|
+
},
|
|
10108
|
+
"A": {
|
|
10109
|
+
"name": "A",
|
|
10110
|
+
"detail": "A lower bound to the interval of x."
|
|
10111
|
+
},
|
|
10112
|
+
"B": {
|
|
10113
|
+
"name": "B",
|
|
10114
|
+
"detail": "An upper bound to the interval of x."
|
|
9999
10115
|
}
|
|
10000
10116
|
}
|
|
10001
10117
|
},
|
|
@@ -10009,19 +10125,27 @@
|
|
|
10009
10125
|
}
|
|
10010
10126
|
],
|
|
10011
10127
|
"functionParameter": {
|
|
10012
|
-
"
|
|
10013
|
-
"name": "
|
|
10014
|
-
"detail": "
|
|
10128
|
+
"numberS": {
|
|
10129
|
+
"name": "number_s",
|
|
10130
|
+
"detail": "The number of successes in trials."
|
|
10015
10131
|
},
|
|
10016
|
-
"
|
|
10017
|
-
"name": "
|
|
10018
|
-
"detail": "
|
|
10132
|
+
"trials": {
|
|
10133
|
+
"name": "trials",
|
|
10134
|
+
"detail": "The number of independent trials."
|
|
10135
|
+
},
|
|
10136
|
+
"probabilityS": {
|
|
10137
|
+
"name": "probability_s",
|
|
10138
|
+
"detail": "The probability of success on each trial."
|
|
10139
|
+
},
|
|
10140
|
+
"cumulative": {
|
|
10141
|
+
"name": "cumulative",
|
|
10142
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, BINOMDIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
10019
10143
|
}
|
|
10020
10144
|
}
|
|
10021
10145
|
},
|
|
10022
10146
|
"CHIDIST": {
|
|
10023
|
-
"description": "Returns the
|
|
10024
|
-
"abstract": "Returns the
|
|
10147
|
+
"description": "Returns the right-tailed probability of the chi-squared distribution.",
|
|
10148
|
+
"abstract": "Returns the right-tailed probability of the chi-squared distribution.",
|
|
10025
10149
|
"links": [
|
|
10026
10150
|
{
|
|
10027
10151
|
"title": "Instruction",
|
|
@@ -10029,19 +10153,19 @@
|
|
|
10029
10153
|
}
|
|
10030
10154
|
],
|
|
10031
10155
|
"functionParameter": {
|
|
10032
|
-
"
|
|
10033
|
-
"name": "
|
|
10034
|
-
"detail": "
|
|
10156
|
+
"x": {
|
|
10157
|
+
"name": "x",
|
|
10158
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
10035
10159
|
},
|
|
10036
|
-
"
|
|
10037
|
-
"name": "
|
|
10038
|
-
"detail": "
|
|
10160
|
+
"degFreedom": {
|
|
10161
|
+
"name": "deg_freedom",
|
|
10162
|
+
"detail": "The number of degrees of freedom."
|
|
10039
10163
|
}
|
|
10040
10164
|
}
|
|
10041
10165
|
},
|
|
10042
10166
|
"CHIINV": {
|
|
10043
|
-
"description": "Returns the inverse of the
|
|
10044
|
-
"abstract": "Returns the inverse of the
|
|
10167
|
+
"description": "Returns the inverse of the right-tailed probability of the chi-squared distribution.",
|
|
10168
|
+
"abstract": "Returns the inverse of the right-tailed probability of the chi-squared distribution.",
|
|
10045
10169
|
"links": [
|
|
10046
10170
|
{
|
|
10047
10171
|
"title": "Instruction",
|
|
@@ -10049,13 +10173,13 @@
|
|
|
10049
10173
|
}
|
|
10050
10174
|
],
|
|
10051
10175
|
"functionParameter": {
|
|
10052
|
-
"
|
|
10053
|
-
"name": "
|
|
10054
|
-
"detail": "
|
|
10176
|
+
"probability": {
|
|
10177
|
+
"name": "probability",
|
|
10178
|
+
"detail": "A probability associated with the chi-squared distribution."
|
|
10055
10179
|
},
|
|
10056
|
-
"
|
|
10057
|
-
"name": "
|
|
10058
|
-
"detail": "
|
|
10180
|
+
"degFreedom": {
|
|
10181
|
+
"name": "deg_freedom",
|
|
10182
|
+
"detail": "The number of degrees of freedom."
|
|
10059
10183
|
}
|
|
10060
10184
|
}
|
|
10061
10185
|
},
|
|
@@ -10069,19 +10193,19 @@
|
|
|
10069
10193
|
}
|
|
10070
10194
|
],
|
|
10071
10195
|
"functionParameter": {
|
|
10072
|
-
"
|
|
10073
|
-
"name": "
|
|
10074
|
-
"detail": "
|
|
10196
|
+
"actualRange": {
|
|
10197
|
+
"name": "actual_range",
|
|
10198
|
+
"detail": "The range of data that contains observations to test against expected values."
|
|
10075
10199
|
},
|
|
10076
|
-
"
|
|
10077
|
-
"name": "
|
|
10078
|
-
"detail": "
|
|
10200
|
+
"expectedRange": {
|
|
10201
|
+
"name": "expected_range",
|
|
10202
|
+
"detail": "The range of data that contains the ratio of the product of row totals and column totals to the grand total."
|
|
10079
10203
|
}
|
|
10080
10204
|
}
|
|
10081
10205
|
},
|
|
10082
10206
|
"CONFIDENCE": {
|
|
10083
|
-
"description": "Returns the confidence interval for a population mean",
|
|
10084
|
-
"abstract": "Returns the confidence interval for a population mean",
|
|
10207
|
+
"description": "Returns the confidence interval for a population mean, using a normal distribution.",
|
|
10208
|
+
"abstract": "Returns the confidence interval for a population mean, using a normal distribution.",
|
|
10085
10209
|
"links": [
|
|
10086
10210
|
{
|
|
10087
10211
|
"title": "Instruction",
|
|
@@ -10089,19 +10213,23 @@
|
|
|
10089
10213
|
}
|
|
10090
10214
|
],
|
|
10091
10215
|
"functionParameter": {
|
|
10092
|
-
"
|
|
10093
|
-
"name": "
|
|
10094
|
-
"detail": "
|
|
10216
|
+
"alpha": {
|
|
10217
|
+
"name": "alpha",
|
|
10218
|
+
"detail": "The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level."
|
|
10095
10219
|
},
|
|
10096
|
-
"
|
|
10097
|
-
"name": "
|
|
10098
|
-
"detail": "
|
|
10220
|
+
"standardDev": {
|
|
10221
|
+
"name": "standard_dev",
|
|
10222
|
+
"detail": "The population standard deviation for the data range and is assumed to be known."
|
|
10223
|
+
},
|
|
10224
|
+
"size": {
|
|
10225
|
+
"name": "size",
|
|
10226
|
+
"detail": "The sample size."
|
|
10099
10227
|
}
|
|
10100
10228
|
}
|
|
10101
10229
|
},
|
|
10102
10230
|
"COVAR": {
|
|
10103
|
-
"description": "Returns covariance, the average of the products of
|
|
10104
|
-
"abstract": "Returns covariance
|
|
10231
|
+
"description": "Returns population covariance, the average of the products of deviations for each data point pair in two data sets.",
|
|
10232
|
+
"abstract": "Returns population covariance",
|
|
10105
10233
|
"links": [
|
|
10106
10234
|
{
|
|
10107
10235
|
"title": "Instruction",
|
|
@@ -10109,13 +10237,13 @@
|
|
|
10109
10237
|
}
|
|
10110
10238
|
],
|
|
10111
10239
|
"functionParameter": {
|
|
10112
|
-
"
|
|
10113
|
-
"name": "
|
|
10114
|
-
"detail": "first"
|
|
10240
|
+
"array1": {
|
|
10241
|
+
"name": "array1",
|
|
10242
|
+
"detail": "A first range of cell values."
|
|
10115
10243
|
},
|
|
10116
|
-
"
|
|
10117
|
-
"name": "
|
|
10118
|
-
"detail": "second"
|
|
10244
|
+
"array2": {
|
|
10245
|
+
"name": "array2",
|
|
10246
|
+
"detail": "A second range of cell values."
|
|
10119
10247
|
}
|
|
10120
10248
|
}
|
|
10121
10249
|
},
|
|
@@ -10129,13 +10257,17 @@
|
|
|
10129
10257
|
}
|
|
10130
10258
|
],
|
|
10131
10259
|
"functionParameter": {
|
|
10132
|
-
"
|
|
10133
|
-
"name": "
|
|
10134
|
-
"detail": "
|
|
10260
|
+
"trials": {
|
|
10261
|
+
"name": "trials",
|
|
10262
|
+
"detail": "The number of Bernoulli trials."
|
|
10135
10263
|
},
|
|
10136
|
-
"
|
|
10137
|
-
"name": "
|
|
10138
|
-
"detail": "
|
|
10264
|
+
"probabilityS": {
|
|
10265
|
+
"name": "probability_s",
|
|
10266
|
+
"detail": "The probability of success on each trial."
|
|
10267
|
+
},
|
|
10268
|
+
"alpha": {
|
|
10269
|
+
"name": "alpha",
|
|
10270
|
+
"detail": "The criterion value."
|
|
10139
10271
|
}
|
|
10140
10272
|
}
|
|
10141
10273
|
},
|
|
@@ -10149,19 +10281,23 @@
|
|
|
10149
10281
|
}
|
|
10150
10282
|
],
|
|
10151
10283
|
"functionParameter": {
|
|
10152
|
-
"
|
|
10153
|
-
"name": "
|
|
10154
|
-
"detail": "
|
|
10284
|
+
"x": {
|
|
10285
|
+
"name": "x",
|
|
10286
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
10155
10287
|
},
|
|
10156
|
-
"
|
|
10157
|
-
"name": "
|
|
10158
|
-
"detail": "
|
|
10288
|
+
"lambda": {
|
|
10289
|
+
"name": "lambda",
|
|
10290
|
+
"detail": "The parameter value."
|
|
10291
|
+
},
|
|
10292
|
+
"cumulative": {
|
|
10293
|
+
"name": "cumulative",
|
|
10294
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
10159
10295
|
}
|
|
10160
10296
|
}
|
|
10161
10297
|
},
|
|
10162
10298
|
"FDIST": {
|
|
10163
|
-
"description": "Returns the F probability distribution",
|
|
10164
|
-
"abstract": "Returns the F probability distribution",
|
|
10299
|
+
"description": "Returns the (right-tailed) F probability distribution",
|
|
10300
|
+
"abstract": "Returns the (right-tailed) F probability distribution",
|
|
10165
10301
|
"links": [
|
|
10166
10302
|
{
|
|
10167
10303
|
"title": "Instruction",
|
|
@@ -10169,19 +10305,23 @@
|
|
|
10169
10305
|
}
|
|
10170
10306
|
],
|
|
10171
10307
|
"functionParameter": {
|
|
10172
|
-
"
|
|
10173
|
-
"name": "
|
|
10174
|
-
"detail": "
|
|
10308
|
+
"x": {
|
|
10309
|
+
"name": "x",
|
|
10310
|
+
"detail": "The value at which to evaluate the function."
|
|
10175
10311
|
},
|
|
10176
|
-
"
|
|
10177
|
-
"name": "
|
|
10178
|
-
"detail": "
|
|
10312
|
+
"degFreedom1": {
|
|
10313
|
+
"name": "deg_freedom1",
|
|
10314
|
+
"detail": "The numerator degrees of freedom."
|
|
10315
|
+
},
|
|
10316
|
+
"degFreedom2": {
|
|
10317
|
+
"name": "deg_freedom2",
|
|
10318
|
+
"detail": "The denominator degrees of freedom."
|
|
10179
10319
|
}
|
|
10180
10320
|
}
|
|
10181
10321
|
},
|
|
10182
10322
|
"FINV": {
|
|
10183
|
-
"description": "Returns the inverse of the F probability distribution",
|
|
10184
|
-
"abstract": "Returns the inverse of the F probability distribution",
|
|
10323
|
+
"description": "Returns the inverse of the (right-tailed) F probability distribution",
|
|
10324
|
+
"abstract": "Returns the inverse of the (right-tailed) F probability distribution",
|
|
10185
10325
|
"links": [
|
|
10186
10326
|
{
|
|
10187
10327
|
"title": "Instruction",
|
|
@@ -10189,13 +10329,17 @@
|
|
|
10189
10329
|
}
|
|
10190
10330
|
],
|
|
10191
10331
|
"functionParameter": {
|
|
10192
|
-
"
|
|
10193
|
-
"name": "
|
|
10194
|
-
"detail": "
|
|
10332
|
+
"probability": {
|
|
10333
|
+
"name": "probability",
|
|
10334
|
+
"detail": "A probability associated with the F cumulative distribution."
|
|
10195
10335
|
},
|
|
10196
|
-
"
|
|
10197
|
-
"name": "
|
|
10198
|
-
"detail": "
|
|
10336
|
+
"degFreedom1": {
|
|
10337
|
+
"name": "deg_freedom1",
|
|
10338
|
+
"detail": "The numerator degrees of freedom."
|
|
10339
|
+
},
|
|
10340
|
+
"degFreedom2": {
|
|
10341
|
+
"name": "deg_freedom2",
|
|
10342
|
+
"detail": "The denominator degrees of freedom."
|
|
10199
10343
|
}
|
|
10200
10344
|
}
|
|
10201
10345
|
},
|
|
@@ -10209,13 +10353,13 @@
|
|
|
10209
10353
|
}
|
|
10210
10354
|
],
|
|
10211
10355
|
"functionParameter": {
|
|
10212
|
-
"
|
|
10213
|
-
"name": "
|
|
10214
|
-
"detail": "first"
|
|
10356
|
+
"array1": {
|
|
10357
|
+
"name": "array1",
|
|
10358
|
+
"detail": "The first array or range of data."
|
|
10215
10359
|
},
|
|
10216
|
-
"
|
|
10217
|
-
"name": "
|
|
10218
|
-
"detail": "second"
|
|
10360
|
+
"array2": {
|
|
10361
|
+
"name": "array2",
|
|
10362
|
+
"detail": "The second array or range of data."
|
|
10219
10363
|
}
|
|
10220
10364
|
}
|
|
10221
10365
|
},
|
|
@@ -10369,13 +10513,21 @@
|
|
|
10369
10513
|
}
|
|
10370
10514
|
],
|
|
10371
10515
|
"functionParameter": {
|
|
10372
|
-
"
|
|
10373
|
-
"name": "
|
|
10374
|
-
"detail": "
|
|
10516
|
+
"x": {
|
|
10517
|
+
"name": "x",
|
|
10518
|
+
"detail": "The value for which you want the distribution."
|
|
10375
10519
|
},
|
|
10376
|
-
"
|
|
10377
|
-
"name": "
|
|
10378
|
-
"detail": "
|
|
10520
|
+
"mean": {
|
|
10521
|
+
"name": "mean",
|
|
10522
|
+
"detail": "The arithmetic mean of the distribution."
|
|
10523
|
+
},
|
|
10524
|
+
"standardDev": {
|
|
10525
|
+
"name": "standard_dev",
|
|
10526
|
+
"detail": "The standard deviation of the distribution."
|
|
10527
|
+
},
|
|
10528
|
+
"cumulative": {
|
|
10529
|
+
"name": "cumulative",
|
|
10530
|
+
"detail": "A logical value that determines the form of the function. If cumulative is TRUE, NORMDIST returns the cumulative distribution function; if FALSE, it returns the probability density function."
|
|
10379
10531
|
}
|
|
10380
10532
|
}
|
|
10381
10533
|
},
|
|
@@ -10389,13 +10541,17 @@
|
|
|
10389
10541
|
}
|
|
10390
10542
|
],
|
|
10391
10543
|
"functionParameter": {
|
|
10392
|
-
"
|
|
10393
|
-
"name": "
|
|
10394
|
-
"detail": "
|
|
10544
|
+
"probability": {
|
|
10545
|
+
"name": "probability",
|
|
10546
|
+
"detail": "A probability corresponding to the normal distribution."
|
|
10395
10547
|
},
|
|
10396
|
-
"
|
|
10397
|
-
"name": "
|
|
10398
|
-
"detail": "
|
|
10548
|
+
"mean": {
|
|
10549
|
+
"name": "mean",
|
|
10550
|
+
"detail": "The arithmetic mean of the distribution."
|
|
10551
|
+
},
|
|
10552
|
+
"standardDev": {
|
|
10553
|
+
"name": "standard_dev",
|
|
10554
|
+
"detail": "The standard deviation of the distribution."
|
|
10399
10555
|
}
|
|
10400
10556
|
}
|
|
10401
10557
|
},
|
|
@@ -10409,13 +10565,9 @@
|
|
|
10409
10565
|
}
|
|
10410
10566
|
],
|
|
10411
10567
|
"functionParameter": {
|
|
10412
|
-
"
|
|
10413
|
-
"name": "
|
|
10414
|
-
"detail": "
|
|
10415
|
-
},
|
|
10416
|
-
"number2": {
|
|
10417
|
-
"name": "number2",
|
|
10418
|
-
"detail": "second"
|
|
10568
|
+
"z": {
|
|
10569
|
+
"name": "z",
|
|
10570
|
+
"detail": "The value for which you want the distribution."
|
|
10419
10571
|
}
|
|
10420
10572
|
}
|
|
10421
10573
|
},
|
|
@@ -10429,13 +10581,9 @@
|
|
|
10429
10581
|
}
|
|
10430
10582
|
],
|
|
10431
10583
|
"functionParameter": {
|
|
10432
|
-
"
|
|
10433
|
-
"name": "
|
|
10434
|
-
"detail": "
|
|
10435
|
-
},
|
|
10436
|
-
"number2": {
|
|
10437
|
-
"name": "number2",
|
|
10438
|
-
"detail": "second"
|
|
10584
|
+
"probability": {
|
|
10585
|
+
"name": "probability",
|
|
10586
|
+
"detail": "A probability corresponding to the normal distribution."
|
|
10439
10587
|
}
|
|
10440
10588
|
}
|
|
10441
10589
|
},
|