每个指标都在某个方向提供一定信息,没有那些指标可以提供数据的全部信息,指标之间是互补的。 1,集中趋势:Central tendencey #a,数据向其中心值靠拢的倾向和程度;————当数据比较离散的时候无法用集中趋势来代表一般水平。 #b,测度集中趋势就是寻找数据一般水平代表或者中心值; #c, ...
分类:
其他好文 时间:
2020-05-07 00:35:32
阅读次数:
297
第一步:基本操作 1. 挂载需定制的镜像(直接忽略此步骤),再创建对应的目录 sudo mkdir -p /mnt/aa /mnt/bb 2. 挂载镜像 sudo mount ~/Desktop/uos-20-SP1-desktop-amd64.iso /mnt/aa/ 3. 同步镜像 sudo r ...
分类:
其他好文 时间:
2020-05-06 20:00:59
阅读次数:
327
from PIL import Image import numpy as np a = np.asarray(Image.open('C:\\Users\\huanghy\\Desktop\\微信图片_20200425024250.png').convert("L")).astype("float ...
分类:
编程语言 时间:
2020-05-06 19:42:54
阅读次数:
77
https://electronjs.org/ 1: About Electron Electron is an open source library developed by GitHub for building cross-platform desktop applications with ...
分类:
其他好文 时间:
2020-05-05 23:31:00
阅读次数:
73
知识点汇总: 1.集中趋势(Central Tendency) 2.变异性(Variability) 3.归一化(Standardizing) 4.正态分布(Normal Distributions) 5.抽样分布(Sampling Distributions) 6.估计(Estimation) 7 ...
分类:
其他好文 时间:
2020-05-05 18:29:08
阅读次数:
175
找到Maven的安装目录,在安装目录下找到conf->settings.xml,在该文件中找到<mirrors></mirrors>标签,在该标签内添加阿里云镜像: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>N ...
分类:
其他好文 时间:
2020-05-03 21:39:54
阅读次数:
91
advocate n./v. subterranean adj. propagate vi.&vt. hatchet n. maxim n. stringent adj. deleterious adj. condone vt. grumpy adj. malevolent adj. central ...
分类:
其他好文 时间:
2020-05-03 20:24:24
阅读次数:
59
ffmpeg -ss 00:00:31 -to 00:00:43 -i "D:\Desktop\Video_2020-05-02_214346.wmv" -vf "fps=10,scale=1628:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[... ...
分类:
其他好文 时间:
2020-05-02 23:05:03
阅读次数:
63
临时生效:ifconfig [root@localhost Desktop]# ifconfig eno16777736 192.168.75.50 netmask 255.255.255.0 Network:配置网卡 关闭networkmanager服务(同时配置Network和NetworkMa ...
分类:
系统相关 时间:
2020-05-02 22:45:02
阅读次数:
117