请选择 进入手机版 | 继续访问电脑版
楼主: badboy88
3136 6

[学科前沿] GAUSS 17 is available [推广有奖]

  • 1关注
  • 2粉丝

本科生

18%

还不是VIP/贵宾

-

威望
0
论坛币
8984 个
通用积分
160.4736
学术水平
7 点
热心指数
13 点
信用等级
6 点
经验
879 点
帖子
49
精华
0
在线时间
99 小时
注册时间
2009-11-10
最后登录
2023-12-28

badboy88 发表于 2016-11-19 03:52:18 |显示全部楼层 |坛友微信交流群
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
http://www.aptech.com/gauss17-preview/

What's New in GAUSS 17?
Aptech  >  What's New in GAUSS 17?

Improved Data Handling
Feature plot of wine chemistry variables

Option to specify models and data in terms of model variables:

//Load specified variables in a GAUSS matrix:
X = loadd("wine_quality.dat", "rating + citric acid + sulphates");

//Estimate parameters of model:
//rating = α + β1*citric acid + β2*sulphates
call ols("wine_quality.dat", "rating ~ citric acid + sulphates");

//Calculate descriptive statistics on all
//variables in dataset except for 'fixed acidity' and 'chlorides'
call dstatmt("wine_quality.dat", ". -fixed acidity -chlorides");

    Simple to use
    Consistent with other statistical packages
    Well documented
    Backwards compatible

Compute and estimate CSV, XLSX and HDF5 data directly

Intelligent file handling allows you to use many different file types as data sources for GAUSS procedures:

//Load specified variables from a CSV file to a GAUSS matrix:
X = loadd("wine_quality.csv", "rating + citric acid + sulphates");

//Estimate parameters of model:
//rating = α + β1*citric acid + β2*sulphates,
//using data from an Excel file
call ols("wine_quality.xlsx", "rating ~ citric acid + sulphates");

//Calculate descriptive statistics on all variables
//in an Excel file except for 'fixed acidity' and 'chlorides'
call dstatmt("wine_quality.xlsx", ". -fixed acidity -chlorides");

Support for HDF5 datasets provides:

    Unlimited dataset size
    Fast data read and write
    Supported as native GAUSS file type
    Portable to all operating systems and many software packages

New Graphics Functionality
Plot of 95% confidence interval for normal distribution.
Logistic probability density
Plot of Google stock price with exponential moving average

Support for LaTeX in titles, legends, axis labels and text boxes

//Add LaTeX formula to title
plotSetTitle(&myPlot, "\\Delta y = y_t - y_{t-1}");

Empirical Distribution Plot
Surface plot with plane
Plot of credit limits by age group with error bars
Plot of lasso tune by MSE
New functions:

    plotAddErrorBar: Create XY plots with user specified symmetrical or asymmetrical error bars
    plotAddSurface: Adds a surface or plane to an existing surface plot
    plotSetLegendFont: Controls the font family, size and color of the text in the legend
    plotCDFEmpirical: Plots the empirical distribution function of an input vector or vectors

Surface plot
Surface plot with viridis color map
Contour plot
Contour plot with 2 peaks

Function enhancements:

    New color maps for surface and contour plots make it easy to create professional and attractive 3-D graphics
    Added option to place height on contour lines in plotContour
    Added option to place colors at specific heights, rather than splitting the colors evenly for surface and contour plots
    The terminal version of GAUSS, ‘tgauss’, and the GAUSS Engine can now create and save graphs on headless servers

Graphics Editor now allows interactive control of:

    View angle, lighting and toggle the mesh in surface graphs
    Extent of range of X and Y axes

New Mathematical and Statistical Functionality
LDL matrix factorization

New functions:

    cdfEmpirical: Computes the empirical cumulative distribution function
    ldl: Computes and returns the ‘L’ and ‘D’ factors from a symmetric matrix
    powerm: Raises a matrix to a specified power
    sylvester: Calculates the solution to the Sylvester matrix equation
    rndWishartInv: Takes draws from the Inverse Wishart distribution
    pdfWishartInv: Computes the probability density function of the inverse Wishart distribution
    dot: Computes the dot product for a vector or group of vectors

Function Speedups

    X’X for large matrices is nearly twice as fast
    sortc is much faster, especially for column vectors
    Greatly improved speed of unique and uniquesa, especially when operating on string arrays
    Linear solve, using the slash-operator ‘/’ for small matrices
    Kronecker product ‘.*.’ is faster when one of the inputs is a column vector
    crossprd is faster for case of fewer than 500 vectors
    cdffc is 10-1000x faster when ‘d1’ parameter is equal to one
    reclassify is much faster and uses less memory

Other Enhancements
Function enhancements:

    quantile/quantiled: Added option to specify the calculation method
    glm: Added support for inverse Gaussian family and models without intercepts when estimating the parameters of the General Linear Model
    schur: Added support for immediate return of complex form

    Improved tree view of data on the Data Page
    getorders and getdims now support matrices, strings and string arrays
    strsplit now supports multi-character delimiters
    New function strtrim removes white-space from the left and right side of a string or each element of a string array
    Bug fixes and more…

GAUSS HPCC
GAUSS HPCC (High Performance Cluster Computing) boosts the computing power of GAUSS, harnessing the capabilities of high speed cluster machines, for incredible speed and performance.

Built-in, efficient cluster computing support:

    Create high-level GAUSS programs that use the fast, low-level MPI library
    A version of GAUSS HPCC will be made available to Universities who own a Floating Network license with current Platinum Premier Support & Maintenance at no extra charge

Builds on these features included in the standard version of GAUSS 17:

    Compatible with Hadoop:
    - Easily create GAUSS mapper and reducer functions
    Connect to NoSQL and Big Data databases such as:
    - MongoDB, Hbase, Hive, Pig and more
    Support for streaming or online algorithms for data that does not fit entirely in memory.

Quick instantiation with a small memory footprint allows for high performance across the cluster

Recent Upgrades of GAUSS

If you are upgrading from earlier versions of GAUSS, GAUSS 17 allows users to enjoy many years worth of program advances and new features such as those included in recent releases of GAUSS:
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Available GAUSS lable ABLE ABL available specified rating matrix terms

Screen shot

Screen shot
已有 1 人评分经验 论坛币 收起 理由
xuehe + 100 + 100 精彩帖子

总评分: 经验 + 100  论坛币 + 100   查看全部评分

icyjunjin 发表于 2016-11-22 15:30:48 |显示全部楼层 |坛友微信交流群
is there a basic introduction book of the Gauss software
actually it's really hard for us to get started with this tool without the basic knowledge of this software.

使用道具

badboy88 发表于 2017-1-10 11:45:09 |显示全部楼层 |坛友微信交流群
icyjunjin 发表于 2016-11-22 15:30
is there a basic introduction book of the Gauss software
actually it's really hard for us to get st ...
GAUSS User Guide and Language Reference. Manuals17.zip (12.46 MB) 本附件包括:
  • GAUSS_17_PDF_LR.pdf
  • GAUSS_17_PDF_UG.pdf


Free.

使用道具

icyjunjin 发表于 2017-1-11 08:53:25 |显示全部楼层 |坛友微信交流群
badboy88 发表于 2017-1-10 11:45
GAUSS User Guide and Language Reference.

Free.
谢谢你,thank u

使用道具

蓝色 发表于 2017-1-12 13:06:17 |显示全部楼层 |坛友微信交流群
论坛上好久没有最新的gauss软件的破解了

使用道具

ydc129 发表于 2017-3-6 23:22:54 |显示全部楼层 |坛友微信交流群
谢谢分享

使用道具

amazingkc 发表于 2017-7-31 09:10:35 |显示全部楼层 |坛友微信交流群
谢谢老板

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-18 08:32