Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9343230
scott.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
225 B
Subscribers
None
scott.js
View Options
import
count
from
"../count.js"
;
import
deviation
from
"../deviation.js"
;
export
default
function
thresholdScott
(
values
,
min
,
max
)
{
return
Math
.
ceil
((
max
-
min
)
*
Math
.
cbrt
(
count
(
values
))
/
(
3.49
*
deviation
(
values
)));
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jul 4, 1:22 PM (6 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3359374
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment