@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/ru-RU.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
|
},
|
|
@@ -9921,13 +10013,25 @@
|
|
|
9921
10013
|
}
|
|
9922
10014
|
],
|
|
9923
10015
|
"functionParameter": {
|
|
9924
|
-
"
|
|
9925
|
-
"name": "
|
|
9926
|
-
"detail": "
|
|
10016
|
+
"x": {
|
|
10017
|
+
"name": "x",
|
|
10018
|
+
"detail": "The value between A and B at which to evaluate the function."
|
|
9927
10019
|
},
|
|
9928
|
-
"
|
|
9929
|
-
"name": "
|
|
9930
|
-
"detail": "
|
|
10020
|
+
"alpha": {
|
|
10021
|
+
"name": "alpha",
|
|
10022
|
+
"detail": "A parameter of the distribution."
|
|
10023
|
+
},
|
|
10024
|
+
"beta": {
|
|
10025
|
+
"name": "beta",
|
|
10026
|
+
"detail": "A parameter of the distribution."
|
|
10027
|
+
},
|
|
10028
|
+
"A": {
|
|
10029
|
+
"name": "A",
|
|
10030
|
+
"detail": "A lower bound to the interval of x."
|
|
10031
|
+
},
|
|
10032
|
+
"B": {
|
|
10033
|
+
"name": "B",
|
|
10034
|
+
"detail": "An upper bound to the interval of x."
|
|
9931
10035
|
}
|
|
9932
10036
|
}
|
|
9933
10037
|
},
|
|
@@ -9941,13 +10045,25 @@
|
|
|
9941
10045
|
}
|
|
9942
10046
|
],
|
|
9943
10047
|
"functionParameter": {
|
|
9944
|
-
"
|
|
9945
|
-
"name": "
|
|
9946
|
-
"detail": "
|
|
10048
|
+
"probability": {
|
|
10049
|
+
"name": "probability",
|
|
10050
|
+
"detail": "A probability associated with the beta distribution."
|
|
9947
10051
|
},
|
|
9948
|
-
"
|
|
9949
|
-
"name": "
|
|
9950
|
-
"detail": "
|
|
10052
|
+
"alpha": {
|
|
10053
|
+
"name": "alpha",
|
|
10054
|
+
"detail": "A parameter of the distribution."
|
|
10055
|
+
},
|
|
10056
|
+
"beta": {
|
|
10057
|
+
"name": "beta",
|
|
10058
|
+
"detail": "A parameter of the distribution."
|
|
10059
|
+
},
|
|
10060
|
+
"A": {
|
|
10061
|
+
"name": "A",
|
|
10062
|
+
"detail": "A lower bound to the interval of x."
|
|
10063
|
+
},
|
|
10064
|
+
"B": {
|
|
10065
|
+
"name": "B",
|
|
10066
|
+
"detail": "An upper bound to the interval of x."
|
|
9951
10067
|
}
|
|
9952
10068
|
}
|
|
9953
10069
|
},
|
|
@@ -9961,19 +10077,27 @@
|
|
|
9961
10077
|
}
|
|
9962
10078
|
],
|
|
9963
10079
|
"functionParameter": {
|
|
9964
|
-
"
|
|
9965
|
-
"name": "
|
|
9966
|
-
"detail": "
|
|
10080
|
+
"numberS": {
|
|
10081
|
+
"name": "number_s",
|
|
10082
|
+
"detail": "The number of successes in trials."
|
|
9967
10083
|
},
|
|
9968
|
-
"
|
|
9969
|
-
"name": "
|
|
9970
|
-
"detail": "
|
|
10084
|
+
"trials": {
|
|
10085
|
+
"name": "trials",
|
|
10086
|
+
"detail": "The number of independent trials."
|
|
10087
|
+
},
|
|
10088
|
+
"probabilityS": {
|
|
10089
|
+
"name": "probability_s",
|
|
10090
|
+
"detail": "The probability of success on each trial."
|
|
10091
|
+
},
|
|
10092
|
+
"cumulative": {
|
|
10093
|
+
"name": "cumulative",
|
|
10094
|
+
"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."
|
|
9971
10095
|
}
|
|
9972
10096
|
}
|
|
9973
10097
|
},
|
|
9974
10098
|
"CHIDIST": {
|
|
9975
|
-
"description": "Returns the
|
|
9976
|
-
"abstract": "Returns the
|
|
10099
|
+
"description": "Returns the right-tailed probability of the chi-squared distribution.",
|
|
10100
|
+
"abstract": "Returns the right-tailed probability of the chi-squared distribution.",
|
|
9977
10101
|
"links": [
|
|
9978
10102
|
{
|
|
9979
10103
|
"title": "Instruction",
|
|
@@ -9981,19 +10105,19 @@
|
|
|
9981
10105
|
}
|
|
9982
10106
|
],
|
|
9983
10107
|
"functionParameter": {
|
|
9984
|
-
"
|
|
9985
|
-
"name": "
|
|
9986
|
-
"detail": "
|
|
10108
|
+
"x": {
|
|
10109
|
+
"name": "x",
|
|
10110
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
9987
10111
|
},
|
|
9988
|
-
"
|
|
9989
|
-
"name": "
|
|
9990
|
-
"detail": "
|
|
10112
|
+
"degFreedom": {
|
|
10113
|
+
"name": "deg_freedom",
|
|
10114
|
+
"detail": "The number of degrees of freedom."
|
|
9991
10115
|
}
|
|
9992
10116
|
}
|
|
9993
10117
|
},
|
|
9994
10118
|
"CHIINV": {
|
|
9995
|
-
"description": "Returns the inverse of the
|
|
9996
|
-
"abstract": "Returns the inverse of the
|
|
10119
|
+
"description": "Returns the inverse of the right-tailed probability of the chi-squared distribution.",
|
|
10120
|
+
"abstract": "Returns the inverse of the right-tailed probability of the chi-squared distribution.",
|
|
9997
10121
|
"links": [
|
|
9998
10122
|
{
|
|
9999
10123
|
"title": "Instruction",
|
|
@@ -10001,13 +10125,13 @@
|
|
|
10001
10125
|
}
|
|
10002
10126
|
],
|
|
10003
10127
|
"functionParameter": {
|
|
10004
|
-
"
|
|
10005
|
-
"name": "
|
|
10006
|
-
"detail": "
|
|
10128
|
+
"probability": {
|
|
10129
|
+
"name": "probability",
|
|
10130
|
+
"detail": "A probability associated with the chi-squared distribution."
|
|
10007
10131
|
},
|
|
10008
|
-
"
|
|
10009
|
-
"name": "
|
|
10010
|
-
"detail": "
|
|
10132
|
+
"degFreedom": {
|
|
10133
|
+
"name": "deg_freedom",
|
|
10134
|
+
"detail": "The number of degrees of freedom."
|
|
10011
10135
|
}
|
|
10012
10136
|
}
|
|
10013
10137
|
},
|
|
@@ -10021,19 +10145,19 @@
|
|
|
10021
10145
|
}
|
|
10022
10146
|
],
|
|
10023
10147
|
"functionParameter": {
|
|
10024
|
-
"
|
|
10025
|
-
"name": "
|
|
10026
|
-
"detail": "
|
|
10148
|
+
"actualRange": {
|
|
10149
|
+
"name": "actual_range",
|
|
10150
|
+
"detail": "The range of data that contains observations to test against expected values."
|
|
10027
10151
|
},
|
|
10028
|
-
"
|
|
10029
|
-
"name": "
|
|
10030
|
-
"detail": "
|
|
10152
|
+
"expectedRange": {
|
|
10153
|
+
"name": "expected_range",
|
|
10154
|
+
"detail": "The range of data that contains the ratio of the product of row totals and column totals to the grand total."
|
|
10031
10155
|
}
|
|
10032
10156
|
}
|
|
10033
10157
|
},
|
|
10034
10158
|
"CONFIDENCE": {
|
|
10035
|
-
"description": "Returns the confidence interval for a population mean",
|
|
10036
|
-
"abstract": "Returns the confidence interval for a population mean",
|
|
10159
|
+
"description": "Returns the confidence interval for a population mean, using a normal distribution.",
|
|
10160
|
+
"abstract": "Returns the confidence interval for a population mean, using a normal distribution.",
|
|
10037
10161
|
"links": [
|
|
10038
10162
|
{
|
|
10039
10163
|
"title": "Instruction",
|
|
@@ -10041,19 +10165,23 @@
|
|
|
10041
10165
|
}
|
|
10042
10166
|
],
|
|
10043
10167
|
"functionParameter": {
|
|
10044
|
-
"
|
|
10045
|
-
"name": "
|
|
10046
|
-
"detail": "
|
|
10168
|
+
"alpha": {
|
|
10169
|
+
"name": "alpha",
|
|
10170
|
+
"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."
|
|
10047
10171
|
},
|
|
10048
|
-
"
|
|
10049
|
-
"name": "
|
|
10050
|
-
"detail": "
|
|
10172
|
+
"standardDev": {
|
|
10173
|
+
"name": "standard_dev",
|
|
10174
|
+
"detail": "The population standard deviation for the data range and is assumed to be known."
|
|
10175
|
+
},
|
|
10176
|
+
"size": {
|
|
10177
|
+
"name": "size",
|
|
10178
|
+
"detail": "The sample size."
|
|
10051
10179
|
}
|
|
10052
10180
|
}
|
|
10053
10181
|
},
|
|
10054
10182
|
"COVAR": {
|
|
10055
|
-
"description": "Returns covariance, the average of the products of
|
|
10056
|
-
"abstract": "Returns covariance
|
|
10183
|
+
"description": "Returns population covariance, the average of the products of deviations for each data point pair in two data sets.",
|
|
10184
|
+
"abstract": "Returns population covariance",
|
|
10057
10185
|
"links": [
|
|
10058
10186
|
{
|
|
10059
10187
|
"title": "Instruction",
|
|
@@ -10061,13 +10189,13 @@
|
|
|
10061
10189
|
}
|
|
10062
10190
|
],
|
|
10063
10191
|
"functionParameter": {
|
|
10064
|
-
"
|
|
10065
|
-
"name": "
|
|
10066
|
-
"detail": "first"
|
|
10192
|
+
"array1": {
|
|
10193
|
+
"name": "array1",
|
|
10194
|
+
"detail": "A first range of cell values."
|
|
10067
10195
|
},
|
|
10068
|
-
"
|
|
10069
|
-
"name": "
|
|
10070
|
-
"detail": "second"
|
|
10196
|
+
"array2": {
|
|
10197
|
+
"name": "array2",
|
|
10198
|
+
"detail": "A second range of cell values."
|
|
10071
10199
|
}
|
|
10072
10200
|
}
|
|
10073
10201
|
},
|
|
@@ -10081,13 +10209,17 @@
|
|
|
10081
10209
|
}
|
|
10082
10210
|
],
|
|
10083
10211
|
"functionParameter": {
|
|
10084
|
-
"
|
|
10085
|
-
"name": "
|
|
10086
|
-
"detail": "
|
|
10212
|
+
"trials": {
|
|
10213
|
+
"name": "trials",
|
|
10214
|
+
"detail": "The number of Bernoulli trials."
|
|
10087
10215
|
},
|
|
10088
|
-
"
|
|
10089
|
-
"name": "
|
|
10090
|
-
"detail": "
|
|
10216
|
+
"probabilityS": {
|
|
10217
|
+
"name": "probability_s",
|
|
10218
|
+
"detail": "The probability of success on each trial."
|
|
10219
|
+
},
|
|
10220
|
+
"alpha": {
|
|
10221
|
+
"name": "alpha",
|
|
10222
|
+
"detail": "The criterion value."
|
|
10091
10223
|
}
|
|
10092
10224
|
}
|
|
10093
10225
|
},
|
|
@@ -10101,19 +10233,23 @@
|
|
|
10101
10233
|
}
|
|
10102
10234
|
],
|
|
10103
10235
|
"functionParameter": {
|
|
10104
|
-
"
|
|
10105
|
-
"name": "
|
|
10106
|
-
"detail": "
|
|
10236
|
+
"x": {
|
|
10237
|
+
"name": "x",
|
|
10238
|
+
"detail": "The value at which you want to evaluate the distribution."
|
|
10107
10239
|
},
|
|
10108
|
-
"
|
|
10109
|
-
"name": "
|
|
10110
|
-
"detail": "
|
|
10240
|
+
"lambda": {
|
|
10241
|
+
"name": "lambda",
|
|
10242
|
+
"detail": "The parameter value."
|
|
10243
|
+
},
|
|
10244
|
+
"cumulative": {
|
|
10245
|
+
"name": "cumulative",
|
|
10246
|
+
"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."
|
|
10111
10247
|
}
|
|
10112
10248
|
}
|
|
10113
10249
|
},
|
|
10114
10250
|
"FDIST": {
|
|
10115
|
-
"description": "Returns the F probability distribution",
|
|
10116
|
-
"abstract": "Returns the F probability distribution",
|
|
10251
|
+
"description": "Returns the (right-tailed) F probability distribution",
|
|
10252
|
+
"abstract": "Returns the (right-tailed) F probability distribution",
|
|
10117
10253
|
"links": [
|
|
10118
10254
|
{
|
|
10119
10255
|
"title": "Instruction",
|
|
@@ -10121,19 +10257,23 @@
|
|
|
10121
10257
|
}
|
|
10122
10258
|
],
|
|
10123
10259
|
"functionParameter": {
|
|
10124
|
-
"
|
|
10125
|
-
"name": "
|
|
10126
|
-
"detail": "
|
|
10260
|
+
"x": {
|
|
10261
|
+
"name": "x",
|
|
10262
|
+
"detail": "The value at which to evaluate the function."
|
|
10127
10263
|
},
|
|
10128
|
-
"
|
|
10129
|
-
"name": "
|
|
10130
|
-
"detail": "
|
|
10264
|
+
"degFreedom1": {
|
|
10265
|
+
"name": "deg_freedom1",
|
|
10266
|
+
"detail": "The numerator degrees of freedom."
|
|
10267
|
+
},
|
|
10268
|
+
"degFreedom2": {
|
|
10269
|
+
"name": "deg_freedom2",
|
|
10270
|
+
"detail": "The denominator degrees of freedom."
|
|
10131
10271
|
}
|
|
10132
10272
|
}
|
|
10133
10273
|
},
|
|
10134
10274
|
"FINV": {
|
|
10135
|
-
"description": "Returns the inverse of the F probability distribution",
|
|
10136
|
-
"abstract": "Returns the inverse of the F probability distribution",
|
|
10275
|
+
"description": "Returns the inverse of the (right-tailed) F probability distribution",
|
|
10276
|
+
"abstract": "Returns the inverse of the (right-tailed) F probability distribution",
|
|
10137
10277
|
"links": [
|
|
10138
10278
|
{
|
|
10139
10279
|
"title": "Instruction",
|
|
@@ -10141,13 +10281,17 @@
|
|
|
10141
10281
|
}
|
|
10142
10282
|
],
|
|
10143
10283
|
"functionParameter": {
|
|
10144
|
-
"
|
|
10145
|
-
"name": "
|
|
10146
|
-
"detail": "
|
|
10284
|
+
"probability": {
|
|
10285
|
+
"name": "probability",
|
|
10286
|
+
"detail": "A probability associated with the F cumulative distribution."
|
|
10147
10287
|
},
|
|
10148
|
-
"
|
|
10149
|
-
"name": "
|
|
10150
|
-
"detail": "
|
|
10288
|
+
"degFreedom1": {
|
|
10289
|
+
"name": "deg_freedom1",
|
|
10290
|
+
"detail": "The numerator degrees of freedom."
|
|
10291
|
+
},
|
|
10292
|
+
"degFreedom2": {
|
|
10293
|
+
"name": "deg_freedom2",
|
|
10294
|
+
"detail": "The denominator degrees of freedom."
|
|
10151
10295
|
}
|
|
10152
10296
|
}
|
|
10153
10297
|
},
|
|
@@ -10161,13 +10305,13 @@
|
|
|
10161
10305
|
}
|
|
10162
10306
|
],
|
|
10163
10307
|
"functionParameter": {
|
|
10164
|
-
"
|
|
10165
|
-
"name": "
|
|
10166
|
-
"detail": "first"
|
|
10308
|
+
"array1": {
|
|
10309
|
+
"name": "array1",
|
|
10310
|
+
"detail": "The first array or range of data."
|
|
10167
10311
|
},
|
|
10168
|
-
"
|
|
10169
|
-
"name": "
|
|
10170
|
-
"detail": "second"
|
|
10312
|
+
"array2": {
|
|
10313
|
+
"name": "array2",
|
|
10314
|
+
"detail": "The second array or range of data."
|
|
10171
10315
|
}
|
|
10172
10316
|
}
|
|
10173
10317
|
},
|
|
@@ -10321,13 +10465,21 @@
|
|
|
10321
10465
|
}
|
|
10322
10466
|
],
|
|
10323
10467
|
"functionParameter": {
|
|
10324
|
-
"
|
|
10325
|
-
"name": "
|
|
10326
|
-
"detail": "
|
|
10468
|
+
"x": {
|
|
10469
|
+
"name": "x",
|
|
10470
|
+
"detail": "The value for which you want the distribution."
|
|
10327
10471
|
},
|
|
10328
|
-
"
|
|
10329
|
-
"name": "
|
|
10330
|
-
"detail": "
|
|
10472
|
+
"mean": {
|
|
10473
|
+
"name": "mean",
|
|
10474
|
+
"detail": "The arithmetic mean of the distribution."
|
|
10475
|
+
},
|
|
10476
|
+
"standardDev": {
|
|
10477
|
+
"name": "standard_dev",
|
|
10478
|
+
"detail": "The standard deviation of the distribution."
|
|
10479
|
+
},
|
|
10480
|
+
"cumulative": {
|
|
10481
|
+
"name": "cumulative",
|
|
10482
|
+
"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."
|
|
10331
10483
|
}
|
|
10332
10484
|
}
|
|
10333
10485
|
},
|
|
@@ -10341,13 +10493,17 @@
|
|
|
10341
10493
|
}
|
|
10342
10494
|
],
|
|
10343
10495
|
"functionParameter": {
|
|
10344
|
-
"
|
|
10345
|
-
"name": "
|
|
10346
|
-
"detail": "
|
|
10496
|
+
"probability": {
|
|
10497
|
+
"name": "probability",
|
|
10498
|
+
"detail": "A probability corresponding to the normal distribution."
|
|
10347
10499
|
},
|
|
10348
|
-
"
|
|
10349
|
-
"name": "
|
|
10350
|
-
"detail": "
|
|
10500
|
+
"mean": {
|
|
10501
|
+
"name": "mean",
|
|
10502
|
+
"detail": "The arithmetic mean of the distribution."
|
|
10503
|
+
},
|
|
10504
|
+
"standardDev": {
|
|
10505
|
+
"name": "standard_dev",
|
|
10506
|
+
"detail": "The standard deviation of the distribution."
|
|
10351
10507
|
}
|
|
10352
10508
|
}
|
|
10353
10509
|
},
|
|
@@ -10361,13 +10517,9 @@
|
|
|
10361
10517
|
}
|
|
10362
10518
|
],
|
|
10363
10519
|
"functionParameter": {
|
|
10364
|
-
"
|
|
10365
|
-
"name": "
|
|
10366
|
-
"detail": "
|
|
10367
|
-
},
|
|
10368
|
-
"number2": {
|
|
10369
|
-
"name": "number2",
|
|
10370
|
-
"detail": "second"
|
|
10520
|
+
"z": {
|
|
10521
|
+
"name": "z",
|
|
10522
|
+
"detail": "The value for which you want the distribution."
|
|
10371
10523
|
}
|
|
10372
10524
|
}
|
|
10373
10525
|
},
|
|
@@ -10381,13 +10533,9 @@
|
|
|
10381
10533
|
}
|
|
10382
10534
|
],
|
|
10383
10535
|
"functionParameter": {
|
|
10384
|
-
"
|
|
10385
|
-
"name": "
|
|
10386
|
-
"detail": "
|
|
10387
|
-
},
|
|
10388
|
-
"number2": {
|
|
10389
|
-
"name": "number2",
|
|
10390
|
-
"detail": "second"
|
|
10536
|
+
"probability": {
|
|
10537
|
+
"name": "probability",
|
|
10538
|
+
"detail": "A probability corresponding to the normal distribution."
|
|
10391
10539
|
}
|
|
10392
10540
|
}
|
|
10393
10541
|
},
|