歡迎來到全傑科技

今日訪客: 4672
線上訪客: 13

本軟體最新開課活動

目前沒有相關活動!!!
本軟體之前的活動!!
本軟體有產品說明會, 請洽本公司!!

下載專區 Download

活動資訊

  • 目前尚無任何訓練課程!!

聯絡我們

姓名:
Email:
聯絡電話:
單位:
部門:
附件:
您的留言:

提供專業軟體代購服務
如有未列於網站之產品需求
歡迎來電洽詢,感謝您!
電話:(02)2507-8298

GAUSS 24
數學統計經濟軟體
Mathematical and Statistical System
軟體代號:50
瀏覽次數:13332
LinuxMacintoshWindows7Windows8Windows 10
多人版
網路版
教育版
商業版
再啟動服務
試用版
遠端展示
在地教學
遠端安裝啟動服務
原廠技術服務
教育訓練
教學範例檔
教育訓練光碟
永久授權
中文型錄
英文型錄
安裝序號
網路啟動
原廠光碟
合法保證
原廠手冊
電子英文手冊
64 Bit
ESD網路下載
影音教學檔
最新消息

GAUSS 11: New User Interface

This is more than just a GUI giving you access to the speed and power of the GAUSS programming language; it is a flexible, intuitive, fully-customizable programming environment, designed to make it easy to write, run, and debug GAUSS programs.

Features

The new GAUSS 11 GUI has many new and powerful features. Here is a partial list:

  • Modern design
  • New Command History Window
  • Autocomplete for GAUSS functions
  • Function parameter tooltips
  • Data preview tooltips
  • Multiple monitor support
  • Intuitive Navigation
  • GAUSS will remember your layout from session to session

Layout and Organization

The GAUSS Graphical User Interface is composed of five separate pages which are tabs on the left side of the main application. Pages are separate, customizable, main windows designed for the completion of the main tasks performed in GAUSS.

GAUSS Pages
Command Page
For entering interactive GAUSS commands.
Source Page
For creating and editing GAUSS programs.
Data Page
For viewing and editing data.
Debug Page
For debugging GAUSS programs.
Help Page
For accessing the GAUSS help system.

 

Accessing Pages in GAUSS


Each page in GAUSS is composed of customizable dock-windows, which may be moved around the page, resized and removed from the page if desired.

Pages may also be undocked from the main application. If you have a multiple monitor display, undocked pages, or the main application, may be moved from monitor to monitor at will.

Intuitive Navigation

Many methods of navigation are available. Users may select clickable tabs and buttons or the many hotkeys. However, navigation through the GAUSS GUI is intended to be intuitive and automatic so that you can focus on performing your tasks, rather than navigation.

For example, if you open a file for editing from a menu, toolbar button or hot-key, your file will be opened on the source page and you will be brought to the newly opened file automatically. No need to navigate to your desired location and then perform the file open action - all in one easy step.

 

GAUSS 11: New and Improved Functions

New Functions

Function NameDescription
rndMTu
Mersenne-Twister uniform random number generator.
cdfBetaInv
Inverse cumulative distribution function for the beta distribution.
cdfBinomial
CDF for the binomial distribution.
cdfBinomialInv
Inverse CDF for the binomial distribution.
cdfFncInv
Inverse CDF for the non-central F distribution.
cdfNegBinomial
CDF for the negative binomial distribution.
cdfNegBinomialInv
Inverse CDF for the negative binomial distribution.
cdfPoisson
CDF for the Poisson distribution.
cdfPoissonInv
Inverse CDF for the Poisson distribution.
erfInv
Inverse Error Function.
erfcInv
Inverse Complimentary Error Function.

Improved Functions: Speed and Accuracy

Probability and Statistics

  • cdfBeta
  • cdfChinc
  • cdfFnc
  • cdfn
  • cdfni
  • cdfTnc
  • erf
  • erfc

Linear Algebra

  • chol
  • eig, eigh, eigv, eighv
  • inv, invpd
  • lapgEigh, lapgEighv, lapgEig, lapEighb, lapEighvb, lapEighi, lapEighvi
  • linear solve with "/" operator
  • lu
  • matrix multiply
  • moment
  • ols
  • olsqr