搜索资源列表
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
HanoiTowerSequence
- 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
heap_sort
- heap sort is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure tha
insertion
- is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure that the sort
lunwen
- 正态总体均值的 F检验法 : 研究了正态分布总体均值的双边假设检验问题, 得到了一个新的检验方法 一一F检验法。-Normal Population Mean F test: study of the normal population mean of the bilateral hypothesis test problem, get a new test method of 11 F test.
MTT
- 气候分析中检验突变程序,滑动t检验法的Fortran程序-Climate Analysis mutation test procedures for sliding t test method of Fortran programs
MOVING-t-TEST
- FORTRAN语言程序。采用滑动T检验的方法,来检测气候时间序列的突变特征。-THIS IS A PROGRAM FOR DETECTING ABRUPT CLIMATIC CHANGE BY USING MOVING t-TEST TECHNIQUE
FFTandTestInBCB
- FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
daxiezhuanhuan(VCPPP6.0)
- 一个将阿拉伯数字转大写汉字的命令行下的程序,可以将-99999999~99999999范围内的阿拉伯数字转大写汉字。自己测试过无数次,所以输出结果基本上是没有问题的。只是程序连续执行时如果输入的不是数字程序会进入死循环,一直没找到原因,希望有了解的高手能指点下。-Wrote a number of Chinese characters turn Arab capital under the command line program that will-99999999 ~ 99999999 wi
rtw
- CFD经典算例:RT不稳定性,采用五阶WENO格式,可作为测试算例,激波分辨率-CFD classic example: R-T instability,Fifth-order WENO scheme can be used as the test example。Shock resolution
duoyuanxianxing
- 多元线性回归求解的实现,F检验,t检验,需要对数据预处理。-Solution to achieve by multiple linear regression, F-test, t test, the need for data preprocessing.
MTT
- 通过滑动T检验时间序列的变化趋势,一般多用于气象分析-T-test time series by sliding the trend, generally used for weather analysis
moni
- 做国赛模拟12年葡萄酒评价问题,自己写的全部问题代码,包括T检验,偏最小二乘分析,典型相关分析,神经网络以及理想评价算法-12 years Wine evaluation problem of Chinese race simulation, all write their own code, including T test, partial least squares analysis, canonical correlation analysis, neural network and t
Development-of-an-improved-screw-model-at-faureci
- Some years ago Faurecia used a very simple screw model. In this model the screw holes are filled by a rigid body and the screw shaft is modeld by a simple spring beam with an unrealistic stiffness. But this model doesn’t represent the behavior of
task
- Python入门练习,Question 2: buyLotsOfFruit function Add a buyLotsOfFruit(orderList) function to buyLotsOfFruit.py which takes a list of (fruit,pound) tuples and returns the cost of your list. If there is some fruit in the list which doesn t appear in
LinearRegression
- 该算法是实现多元线性回归算法。该算法包含了F检验,t检验,模型检验。-The algorithm is to achieve multiple linear regression algorithm. The algorithm includes the F-test, t test, model checking.
A2_29
- 输入开始日期和截止日期,计算从开始日期到截止日期共有多少个2月29日。输入第一行为T个测试用例,每个测试用例包含两行,第一行为开始日期,第二行为截止日期。输出每个测试用例包含的2月29的个数(包含截止日期)。-Enter the start date and due date, calculated the start date to the closing date of the total number of February 29. Enter the first acts of T t
sgu250
- sgu250:Constructive Plan 题目大意: 给出一个n∗ m的01矩阵,0表示不能放,1表示能放,在其中放入三个矩形,要求满足如下条件: 1.每个矩形面积大于0。 2.这些矩形必须是一个联通块,矩形之间不能重叠。 3.矩形的左边界在同一条线上。 4.中间矩形的横向长度小于两边矩形的横向长度。 求出最大的三个矩形的总面积,无解输出− 1。-250. Constructive Plan time li
t_TEST
- 本程序用于对excel中的数据进行单因素的二分类的t检验,并将检验的结果中差异性的指标进行特殊标记。-This program is for data excel in two categories univariate t-test, and the results of the test index difference of special markers.