码迷,mamicode.com
首页 >  
搜索关键字:statistics toolbox    ( 1252个结果
修改Matlab打开时的默认路径
操作步骤 1. 找到 matlabrc.m 文件 2. 编辑 matlabrc.m 文件 在文件末尾添加打开时要转到的目录,比如: ...
分类:其他好文   时间:2019-02-24 01:06:33    阅读次数:211
DockerToolbox在Win7上的安装和设置
为什么使用Docker Toolbox Docker在Windows上使用有两种方式,一是利用VirtualBox建立linux虚拟机,在linux虚拟机中安装docker服务端和客户端,二是利用Windows的Hyper-v虚拟化技术,直接在Windows上安装docker服务端和客户端。WInd ...
分类:Windows程序   时间:2019-02-19 13:43:23    阅读次数:322
[Math Review] Statistics Basics: A/B Testing
I learned A/B testing from a Youtube vedio. The link is https://www.youtube.com/watch?v=Bu7OqjYk0jM. True Predict ...
分类:其他好文   时间:2019-02-12 13:04:10    阅读次数:169
[Math Review] Statistics Basic: Estimation
Two Types of Estimation One of the major applications of statistics is estimating population parameters from sample statistics. There are types of est ...
分类:其他好文   时间:2019-02-07 09:26:38    阅读次数:153
[Math Review] Statistics Basic: Sampling Distribution
Inferential Statistics Generalizing from a sample to a population that involves determining how far sample statistics are likely to vary from each oth ...
分类:其他好文   时间:2019-02-07 09:14:56    阅读次数:140
windows环境 springboot+docker开发环境搭建与hello word
原文:windows环境 springboot+docker开发环境搭建与hello word1,下载安装 docker toolbox 下载地址:http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/ docker tool... ...
分类:编程语言   时间:2019-01-30 01:23:00    阅读次数:290
如何用SPSS进行数据分析?
SPSS是社会统计科学软件包的简称, 其官方全称为IBM SPSS Statistics。SPSS软件包最初由SPSS Inc.于1968年推出,于2009年被IBM收购,主要运用于各领域数据的管理和统计分析。作为世界社会科学数据分析的标准,SPSS操作操作界面极其友好,结果输出界面也很美观,同时还... ...
分类:其他好文   时间:2019-01-25 16:07:03    阅读次数:295
metal 优化数据分析
https://developer.apple.com/documentation/metal/render_pipeline/viewing_pipeline_statistics_of_a_draw?language=objc 很喜欢这种文档详细的api 1 ALU float-half sqr ...
分类:Web程序   时间:2019-01-24 20:10:41    阅读次数:218
echarts使用
看官方文档时看配置项比api更直观 html: <div id="main"></div> js: var myChart = echarts.init(document.getElementById('main')); option = { tooltip: { trigger: 'axis' } ...
分类:其他好文   时间:2019-01-24 16:37:59    阅读次数:136
Linux netstat命令详解
简介 Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。 输出信息含义 执行netstat后,其输出结果为 从整体上看,netstat的 ...
分类:Web程序   时间:2019-01-24 13:26:55    阅读次数:239
1252条   上一页 1 ... 19 20 21 22 23 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!