Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
chen459664
/
quantization2
Like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
quantization2
File size: 80 Bytes
21ad80b
1
2
3
4
5
library
(
moments
)
data
<-
rnorm
(
100
)
kurtosis
(
data
,
na.rm
=
TRUE
)
skewness
(
data
)