Graduate Online Course Overviews
Printer-friendly versionPrinter-friendly version
Picture of Thomas Building where the Eberly College of Science and the Department of Statistics resides.The Department of Statistics takes advantage of the internet for the purposes of creatively delivering image of mucourse content as well as to provide a mechanism for interaction between faculty and students. Faculty employ a range of different approaches to learning online. Through Penn State's World Campus, the Department of Statistics offers two graduate programs. Here is Dr. Mosuk Chow to talk a bit about these programs. Graduate Certificate in Applied Statistics
image of sigma squaredA -credit online graduate certificate program is designed to improve your research and data-analysis expertise and refine and maximize your analytical talents. Master of Applied Statistics
The Master of Applied Statistics (MAS) degree program is designed to provide training focused on developing data analysis skills, exploring all core areas of applied statistics (DOE, ANOVA, Analysis of Discrete Data, MANOVA, and many more) without going too deeply into the mathematical statistics foundations.Linked in logo ONLINE CURRICULUM OVERVIEW Use the links below to review the university course descriptions or the links to the left to review sample syllabi from our online courses. For the course catalog of offerings by semester, application and other information related to this program, please visit the department's World Campus web page. Statistical Analysis System Programming STAT - Introduction to SAS ( credit)
STAT - Intermediate SAS ( credit)
STAT - Advanced Topics in SAS ( credit)
STAT - Topics in R Statistical Language
STAT - Intermediate Topics in R Statistical Language
Theoretical Foundations STAT - Introduction to Probability Theory
STAT - Introduction to Mathematical Statistics
STAT - Applied Nonparametric Statistics
Graduate Level Courses STAT - Applied Statistics*
STAT - Regression Methods*
STAT - Analysis of Variance and Design of Experiments
STAT - Design of Experiments
STAT - Analysis of Discrete Data
STAT - Applied Multivariate Statistical Analysis
STAT - Sampling Theory and Methods
STAT - Epidemiological Research Methods
STAT - Design and Analysis of Clinical Trials
STAT - Applied Time Series Analysis
* For students just beginning the Graduate Certificate or the Masters in Applied Statistics program, STAT then STAT would be the recommended courses to begin your study. Advanced Application of Statistical Methods STAT 897D - Applied Data Mining I
Capstone Experience STAT / - Statistical Consulting Practicum Sequence

psu online course的更多相关文章

  1. 完整记录一则Oracle 11.2.0.4单实例打PSU补丁的过程

    本文记录了打PSU的全过程,意在体会数据库打PSU补丁的整个过程. 1.OPatch替换为最新版本2.数据库软件应用19121551补丁程序3.数据库应用补丁4.验证PSU补丁是否应用成功 1.OPa ...

  2. Oracle 11.2.0.4单实例打PSU,OJVM PSU补丁快速参考

    写在前面: 1.Oracel打每个补丁的操作有时存在差异,所以不管多熟悉,都应该在打任何补丁之前阅读新补丁中附带的readme. 2.Oracle每季度都会更新一个最新的PSU,本文最新指的是当前最新 ...

  3. Oracle 11.2.0.4 RAC安装最新PSU补丁

    环境:两节点RAC(RHEL 6.4 + GI 11.2.0.4 + Oracle 11.2.0.4) 需求:安装最新PSU补丁11.2.0.4.7 1.下载补丁和最新OPatch 2.检查数据库当前 ...

  4. Oracle 11.2.0.4 DataGuard 环境打PSU,OJVM PSU补丁快速参考

    环境:RHEL6.5 + Oracle 11.2.0.4 DataGuard physical standby 主库和备库都是单节点. 需求:主备库同时应用160719的PSU和OJVM PSU补丁. ...

  5. Oracle 11g RAC 环境打PSU补丁的详细步骤

    首先重要的事情说三遍:操作之前还是自己先看文档!操作之前还是自己先看文档!!操作之前还是自己先看文档!!! 把11.2.0.4 RAC 环境打PSU补丁的步骤详细记录一下,方便参考. 环境:11.2. ...

  6. 给11gR2 Dataguard打psu补丁的步骤及注意事项

    参考文档278641.1 0.备份备主备库的spfile备份主库的数据 1.在主库上暂停向备库传日志alter system set log_archive_dest_state_X=defer sc ...

  7. 数据库 PSU,SPU(CPU),Bundle Patches 和 Patchsets 补丁号码快速参考 (文档 ID 1922396.1)

    数据库 PSU,SPU(CPU),Bundle Patches 和 Patchsets 补丁号码快速参考 (文档 ID 1922396.1)

  8. Oracle_RAC数据库GI的PSU升级(11.2.0.4.0到11.2.0.4.8)

    Oracle_RAC数据库GI的PSU升级(11.2.0.4.0到11.2.0.4.8) 本次演示为升级oracle rac数据库,用GI的psu升级,从11.2.0.4.0升级到11.2.0.4.8 ...

  9. Oracle Recommended Patches -- "Oracle JavaVM Component Database PSU" (OJVM PSU) Patches (文档 ID 1929745.1)

    From: https://support.oracle.com What is "Oracle JavaVM Component Database PSU" ? Oracle J ...

  10. 【转】Oracle Database PSU/CPU

    转自: http://www.cnblogs.com/ebs-blog/archive/2011/07/28/2167232.html 1. 什么是PSU/CPU?CPU: Critical Patc ...

随机推荐

  1. System Verilog的概念以及与verilog的对比

    以下内容源自:http://blog.csdn.net/gtatcs/article/details/8970489 SystemVerilog语言简介 SystemVerilog是一种硬件描述和验证 ...

  2. PAT甲级——A1120 Friend Numbers【20】

    Two integers are called "friend numbers" if they share the same sum of their digits, and t ...

  3. java-day05

    数组概念 是一种容器,能够存放多个数据值 特点 多个数据值类型必须统一 是一种引用数据类型 程序运行时,数组长度不可改变 数组初始化 动态初始化格式 数据类型[] 数组名称 = new 数据类型[数组 ...

  4. <Python基础>python是如何进行内存管理的

    .Python 是如何进行内存管理的?答:从三个方面来说,一对象的引用计数机制,二垃圾回收机制,三内存池机制⒈对象的引用计数机制Python 内部使用引用计数,来保持追踪内存中的对象,所有对象都有引用 ...

  5. java_迭代器

    java的迭代器(Iterator): 一个可迭代的对象调用iterator可以得到一个迭代器对象 HasNext:判断是否还有下一个元素 next:返回迭代的元素 步骤: public static ...

  6. eclipse 克隆 https 地址的 Git 仓库报错:cannot open git-upload-pack

    解决方法:Window >Preferences >Team>Git>User settings点击Add Entry设置key:http.sslVerify value:fa ...

  7. 2019-9-23-asp-dotnet-core-3.0-接口返回-json-使用-PascalCase-格式

    title author date CreateTime categories asp dotnet core 3.0 接口返回 json 使用 PascalCase 格式 lindexi 2019- ...

  8. 建立 CRAMFS 包

    下载 cramfs 工具 从 http://prdownloads.sourceforge.net/cramfs/cramfs­1.1.tar.gz下载源代码包. 把下载包拷贝到 dev_home/t ...

  9. echo 改变字体颜色

    字颜色:30—–37 echo -e “\033[30m 黑色字 \033[0m” echo -e “\033[31m 红色字 \033[0m” echo -e “\033[32m 绿色字 \033[ ...

  10. CF875E Delivery Club

    题意:两个邮递员,一个初始在s1,s2.需要依次给x1,x2,...,xn送快递.求所有时刻中两个邮递员的距离最大值的最小值.n<=100000,xi<=1e9. 标程: #include ...