Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

SAS (software)

This is a good article. Click here for more information.
From Wikipedia, the free encyclopedia
(Redirected fromSAS System)
Statistical software
SAS
DeveloperSAS Institute
Initial release1972; 53 years ago (1972)
Stable release
9.4M9 / June 17, 2025; 5 months ago (2025-06-17)
Written inC
Operating systemWindows,IBM mainframe,Unix/Linux,OpenVMS Alpha
TypeData analysis, artificial intelligence software
LicenseProprietary
Websitewww.sas.com

SAS (previouslyStatistical Analysis System[when?])[1] is data and artificial intelligence software developed bySAS Institute fordata management, advanced analytics,multivariate analysis,business intelligence, andpredictive analytics.

SAS was developed atNorth Carolina State University from 1966 until 1976, when SAS Institute was incorporated. SAS was further developed in the 1980s and 1990s with the addition of new statistical procedures, additional components and the introduction ofJMP. Apoint-and-click interface was added in version 9 in 2004. Asocial media analytics product was added in 2010.SAS Viya, a suite of analytics and artificial intelligence software, was introduced in 2016.

Technical overview and terminology

[edit]

SAS is a data analysis and artificial intelligence software suite that canmine, alter, manage and retrieve data from a variety of sources and perform statistical analysis on it.[2] SAS provides a graphical point-and-click user interface for non-technical users and more through theSAS language.[2]

SAS programs have DATA steps, which retrieve and manipulate data, PROC (procedures) which analyze the data, and may also have functions.[3] Each step consists of a series of statements.[4]

The DATA step has executable statements that result in the software taking an action, and declarative statements that provide instructions to read a data set or alter the data's appearance.[3] The DATA step has two phases: compilation and execution. In the compilation phase, declarative statements are processed and syntax errors are identified. Afterwards, the execution phase processes each executable statement sequentially.[5] Data sets are organized into tables with rows called "observations" and columns called "variables". Additionally, each piece of data has a descriptor and a value.[3][6]

PROC statements call upon named procedures. Procedures perform analysis and reporting on data sets to produce statistics, analyses, and graphics. There are more than 300 named procedures and each one performs a substantial body of statistical work.[3] PROC statements can also display results, sort data or perform other operations.[4]

SAS macros are pieces of code or variables that are coded once and referenced to perform repetitive tasks.[7]

SAS data can be published in HTML, PDF, Excel, RTF and other formats using the Output Delivery System, which was first introduced in 2007.[8] SAS Enterprise Guide is SAS's point-and-click interface. It generates code to manipulate data or perform analysis without the use of the SAS programming language.[9]

The SAS software suite has more than 200 add-on packages, sometimes called components[10][11][12] Some of these SAS components, i.e. add on packages to Base SAS include:[2][13]

  • SAS/STAT – Statistical analysis
  • SAS/GRAPH – Graphics and presentation
  • SAS/OR – Operations research
  • SAS/IML – Interactive matrix language
  • SAS/AF – Applications facility
  • SAS/QC – Quality control
  • SAS Enterprise Miner – data mining
  • SAS Enterprise Guide – GUI-based code editor & project manager
  • SAS Grid Manager – Manager of SAS grid computing environment
  • SAS Customer Intelligence 360 – Customer intelligence

History

[edit]

Origins

[edit]

The development of SAS started in 1966 afterNorth Carolina State University re-hiredAnthony Barr[14] to program his analysis of variance and regression software so that it would run onIBM System/360 computers.[15] The project was funded by theNational Institutes of Health.[16] and was originally intended to analyze agricultural data[11][17] to improve crop yields.[18] Barr was joined by studentJames Goodnight, who developed the software's statistical routines, and the two became project leaders.[14][15][19] In 1968, Barr and Goodnight integrated newmultiple regression andanalysis of variance routines.[20][21] In 1972, after issuing the first release of SAS, the project lost its funding.[16] According to Goodnight, this was because NIH only wanted to fund projects with medical applications.[22] Goodnight continued teaching at the university for a salary of $1 and access to mainframe computers for use with the project,[16] until it was funded by theUniversity Statisticians of the Southern Experiment Stations the following year.[15][22]John Sall joined the project in 1973 and contributed to the software's econometrics, time series, and matrix algebra. Another early participant, Caroll G. Perkins, contributed to SAS' early programming. Jolayne W. Service and Jane T. Helwig created SAS's first documentation.[20]

The first versions of SAS, from SAS 71 to SAS 82, were named after the year in which they were released.[23] In 1971, SAS 71 was published as a limited release.[2][24] It was used only on IBM mainframes and had the main elements of SAS programming, such as the DATA step and the most common procedures, i.e. PROCs.[23] The following year a full version was released as SAS 72, which introduced the MERGE statement and added features for handling missing data or combining data sets.[25] The development of SAS was described by theCNBC website as an "inflection point" in thehistory of artificial intelligence.[26] In 1976, Barr, Goodnight, Sall, and Helwig removed the project from North Carolina State and incorporated it as theSAS Institute, Inc.[27]

Development

[edit]

SAS was redesigned in SAS 76. The INPUT and INFILE statements were improved so they could read most data formats used by IBM mainframes. Generating reports was also added through the PUT and FILE statements. The ability to analyzegeneral linear models was also added[28] as was the FORMAT procedure, which allowed developers to customize the appearance of data.[23] In 1979, SAS 79 added support for the IBM VM/CMS operating system and introduced the DATASETS procedure. Three years later, SAS 82 introduced an early macro language and the APPEND procedure.[23]

Beginning with SAS 4, released in 1984, SAS releases have followed a sequential naming convention not based on year of release.[29] SAS version 4 had limited features, but made SAS more accessible. Version 5 introduced a complete macro language, array subscripts, and a full-screen interactive user interface called Display Manager.[23] In 1985, SAS was rewritten in theC programming language. This enabled the SAS' MultiVendor Architecture which allows the software to run onUNIX,MS-DOS, andWindows. It was previously written inPL/I,Fortran, andassembly language.[19][23]

In the 1980s and 1990s, SAS released a number of components to complement Base SAS. SAS/GRAPH, which produces graphics, was released in 1980, as well as the SAS/ETS component, which supports econometric and time series analysis. A component intended for pharmaceutical users, SAS/PH-Clinical, was released in the 1990s. TheFood and Drug Administration standardized on using SAS/PH-Clinical for new drug applications in 2002.[19] Vertical products like SAS Financial Management and SAS Human Capital Management (then called CFO Vision and HR Vision respectively) were also introduced.[30]

JMP was developed by SAS co-founderJohn Sall and a team of developers, in order to take advantage of the graphical user interface introduced in the 1984Apple Macintosh.[31] JMP's name originally stood for "John's Macintosh Project".[32] JMP was shipped for the first time in 1989. Updated versions of JMP were released continuously after 2002 with the most recent release in 2016.[33][34][35][36] In January 2022, JMP became awholly owned subsidiary of SAS Institute, having previously been a business unit of the company.[37]

SAS 6 was used throughout the 1990s and was available on a wider range of operating systems, includingMacintosh,OS/2,Silicon Graphics, andPRIMOS. SAS introduced new features through dot-releases. From 6.06 to 6.09, a user interface based on the Windows paradigm was introduced and support for SQL was added.[38] Version 7 introduced the Output Delivery System (ODS) and an improved text editor. Subsequent releases improved upon the ODS. For example, more output options were added in version 8. The number of operating systems that were supported was reduced toUNIX,Windows andz/OS, andLinux was added.[39] SAS 8 and SAS Enterprise Miner were released in 1999.[19]

Recent history

[edit]

In 2002, SAS Text Miner software was introduced. Text Mineranalyzes text data like emails for patterns inbusiness intelligence applications.[40] In 2004, SAS Version 9.0 was released, referred to as "Project Mercury" internally, and was designed to make SAS accessible to a broader range of business users.[41][42] SAS 9.0 added custom user interfaces based on the user's role and established the point-and-click user interface of SAS Enterprise Guide as the software's primarygraphical user interface (GUI).[41] TheCustomer Relationship Management (CRM) features were improved in 2004 with SAS Interaction Management.[43] In 2008, SAS announced Project Unity, designed to integrate data quality, data integration, andmaster data management.[44]

SAS Institute Inc v World Programming Ltd was a lawsuit with developers of a competing implementation,World Programming System, alleging that they had infringed SAS's copyright in part by implementing the same functionality. The case was referred by the United Kingdom'sHigh Court of Justice to theEuropean Court of Justice on 11 August 2010.[45] In May 2012, theEuropean Court of Justice ruled in favor of World Programming, finding that "the functionality of a computer program and the programming language cannot be protected by copyright."[46]

A free version of SAS was introduced for students in 2010.[47] SAS Social Media Analytics, a tool for social media monitoring, engagement andsentiment analysis, was also released that year.[48] SAS Rapid Predictive Modeler (RPM), which creates basic analytical models usingMicrosoft Excel, was introduced the same year.[49][50] In 2010, JMP 9 included a new interface for using theR programming language and an add-in for MS Excel.[51][52] The following year, aHigh Performance Computing platform was made available in a partnership withTeradata andEMC Greenplum.[53][54] In 2011, the company released SAS Enterprise Miner 7.1.[55] The company introduced 27 data management products from October 2013 to October 2014 and updates to 160 others.[56] At the SAS Global Forum 2015, SAS announced several new products that were specialized for different industries, as well as new training software.[57]

The company has invested in the development of artificial general intelligence, or "strong AI", with the goal of advancing deep learning and natural language processing to the point of achieving cognitive computing.[58]

In 2019, SAS announced that it would be investing $1 billion into the development of advanced artificial intelligence, deep learning, natural language processing andmachine learning.[59] It announced an additional $1 billion investment into these areas in 2023, particularly for industries such as finance, insurance, government, health care and energy.[60] In September 2023, the company announced its expansion of research into the applications ofgenerative AI in analytics, data management and modeling.[61]

Software products

[edit]

As of 2011, SAS's largest set of products was its line forcustomer intelligence. SAS modules for web, social media and marketing analytics may be used to profile customers and prospects, attempt to predict their behaviors, and manage communications.[62]

SAS also provides the SAS Fraud Framework, which is designed to monitor transactions across different networks and use analytics to identify anomalies that are indicative of fraud.[63][64][65] This software uses artificial intelligence to monitor income and assets.[66][67]

SAS has various analytical tools related torisk management.[68][69]

SAS has products for specific industries, such as government, retail, telecommunications, aerospace, marketing optimization, andhigh-performance computing.[70] The company also has a suite of analytical products related to health care and life sciences.[71]

Comparison to other products

[edit]
See also:Comparison of statistical packages

In a 2005 article for theJournal of Marriage and Family comparing statistical packages from SAS and its competitorsStata andSPSS, Alan C. Acock wrote that SAS programs provide "extraordinary range of data analysis and data management tasks," but were difficult to learn and use.[72] SPSS and Stata, meanwhile, were both easier to learn but had less capable analytic abilities, though these could be expanded with paid (in SPSS) or free (in Stata) add-ons. Acock concluded that SAS was best forpower users, while occasional users would benefit most from SPSS and Stata.[72] A 2014 comparison by theUniversity of California, Los Angeles, gave similar results.[73]

Competitors such asRevolution Analytics andAlpine Data Labs advertise their products as considerably cheaper than SAS's. In a 2011 comparison, Doug Henschen ofInformationWeek found that start-up fees for the three are similar, though he admitted that the starting fees were not necessarily the best basis for comparison.[74] SAS's business model is not weighted as heavily on initial fees for its programs, instead focusing on revenue from annual subscription fees.[75][76]

SAS Viya

[edit]
Main article:SAS Viya

In 2016, SAS Viya, an artificial intelligence, machine learning, analytics and data management platform,[77][78] was introduced with a new architecture optimized for running SAS software in public clouds. Viya also increased interoperability with open source software, allowing models to be built in tools such asR,Python andJupyter, and then executed on SAS's Cloud Analytics Services (CAS) engine.[79] In 2020, a further architectural revamp in Viya 4containerized the software.[80] SAS sells Viya alongside SAS 9.4, and has not positioned it as a replacement for SAS 9.4.[81]

In 2023, two newsoftware as a service (SaaS) modules for SAS Viya were released as a private preview: Workbench, for use in creating AI models, and App Factory, for use in creating AI applications. Both modules support multiple programming languages and are expected to become generally available in 2024.[82] SAS Viya also became available onMicrosoft Azure Marketplace under a pay-as-you-use model in 2023.[83]

In 2023, the company introduced SAS Health, a common health data model built on the SAS Viya platform.[84]

Adoption

[edit]

According to IDC, SAS is the largest market-share holder in "advanced analytics" with 35.4 percent of the market as of 2013.[85] It is the fifth largest market-share holder forbusiness intelligence (BI) software with a 6.9% share[86] and the largest independent vendor. It competes in the BI market againstSAP BusinessObjects,IBM Cognos,SPSS Modeler,Oracle Hyperion, andMicrosoft Power BI.[87] SAS has been named in the Gartner Leader's Quadrant for Data Integration Tools and for Business Intelligence and Analytical Platforms.[88]A study published in 2011 inBMC Health Services Research found that SAS was used in 42.6 percent of data analyses in health service research, based on a sample of 1,139 articles drawn from three journals.[89]

Uses and applications

[edit]

Education

[edit]

SAS' analytical software is used in education to measure and visualize student outcomes and growth trends.[90][91][92] Several states, including Virginia, North Carolina, Mississippi, Missouri, and North Dakota use its software to measure and analyzelearning loss and learning recovery in students.[93][94][95]

Environmental science

[edit]

SAS and theInternational Institute for Applied Systems Analysis launched an app thatcrowdsources image data related to deforestation to train AI algorithms that can identify human impact on the environment.[96] TheUniversity of Florida's Center for Coastal Solutions partners with SAS to develop research, training programs and analytical tools related to environmental issues affecting coastal communities.[97]

The UNC Center for Galapagos Studies partnered with SAS in 2023 to create a model that can track the health and migratory patterns of species such assea turtles andhammerhead sharks, as well as the health of thephytoplankton population.[98]

Finance and insurance

[edit]

SAS's fraud detection and prevention software is used by the tax agencies of various countries, such as the United States,[99] andMalta.[100]

Healthcare and life sciences

[edit]

SAS has been a partner of theCleveland Clinic since 1982.[101] During theCOVID-19 pandemic, the clinic used predictive models developed by SAS to forecast factors such as patient volume, availability of medical equipment and bed capacity in various scenarios. SAS joined UNC Chapel Hill's Rapidly Emerging Antiviral Drug Development Initiative (READDI) in 2021.[102]

See also

[edit]

References

[edit]
  1. ^"About SAS". Retrieved5 July 2017.
  2. ^abcdSalkind, Neil (2010).Encyclopedia of Research Design.doi:10.4135/9781412961288.ISBN 9781412961271.
  3. ^abcdSAS Institute Inc. and World Programming Limited (England and Wales High Court (Chancery Division) July 23, 2010), Text.
  4. ^abDelwiche, Lora D.; Susan J. Slaughter (2012).The Little SAS Book: A Primer: a Programming Approach. SAS Institute. p. 6.ISBN 978-1-61290-400-9.
  5. ^Li, Arthur (10 April 2013).Handbook of SAS DATA Step Programming. CRC Press. p. 149.ISBN 978-1-4665-5238-8.
  6. ^Buck, Debbie."A Hands-On Introduction to SAS DATA Step Programming"(PDF). SUGI 30: SAS Institute. RetrievedOctober 2, 2013.{{cite web}}: CS1 maint: location (link)
  7. ^Bass, N. Jyoti; K. Madhavi Lata & Kogent Solutions (1 September 2007).Base Sas Programming Black Book, 2007 Ed. Dreamtech Press. pp. 365–.ISBN 978-81-7722-769-7.
  8. ^Tolbert, William (December 1, 2010)."How to Win Friends and Influence People with the SAS Output Delivery System".Clinical Medicine & Research.8 (3–4):189–190.doi:10.3121/cmr.2010.943.c-c1-04.PMC 3006529.
  9. ^Der, G.; B. S. Everitt (March 10, 2009)."Basic Statistics using SAS Enterprise Guide".Journal of the Royal Statistical Society, Series A.172 (2): 530.doi:10.1111/j.1467-985X.2009.00588_2.x.
  10. ^John R. Schermerhorn (11 October 2011).Exploring Management. John Wiley & Sons. p. 3.ISBN 978-0-470-87821-7.
  11. ^abSpector, Phil."An Introduction to the SAS System"(PDF). University of California, Berkeley. Archived fromthe original(PDF) on October 12, 2013. RetrievedOctober 4, 2013.
  12. ^Chapman, David (2012)."Determine what SAS Version and Components are available"(PDF). NESUG. Archived fromthe original(PDF) on 2018-04-08. Retrieved2013-10-06.
  13. ^Hallahan, C. (1995). "Data Analysis Using SAS".Sociological Methods & Research.23 (3):373–391.doi:10.1177/0049124195023003006.S2CID 62723637.
  14. ^abNourse, E. Shepley; Greenberg, Bernard G.; Cox, Gertrude M.; Mason, David D.; Grizzle, James E.; Johnson, Norman L.; Jones, Lyle V.; Monroe, John; Simons, Gordon D. (1978). "Statistical Training and Research: The University of North Carolina System".International Statistical Review / Revue Internationale de Statistique.46 (2): 171.doi:10.2307/1402812.ISSN 0306-7734.JSTOR 1402812.
  15. ^abcAlan Agresti; Xiao-Li Meng (2 November 2012).Strength in Numbers: The Rising of Academic Statistics Departments in the U.S. Springer. p. 177.ISBN 978-1-4614-3649-2.
  16. ^abc"SAS Institute FDA Intellectual Partnership for Efficient Regulated Research Data Archival and Analyses"(PDF). Duke University. April 12, 2000. Archived fromthe original(PDF) on August 24, 2000. RetrievedSeptember 28, 2011.
  17. ^Dalesio, Emery (May 5, 2001)."Little-known software giant to raise its profile". Associated Press. RetrievedApril 8, 2014.
  18. ^Kaplan, David (January 22, 2010)."SAS: A new no. 1 best employer".Fortune. Archived fromthe original on November 29, 2011. RetrievedApril 8, 2014.
  19. ^abcd"SAS corporate timeline". March 3, 2011. RetrievedOctober 17, 2011.
  20. ^abBarr, Anthony; James Goodnight (1976). "The SAS Staff".SAS 72 and SAS 76 are attributed to Barr, Goodnight, Service, Perkins, and Helwig{{cite journal}}:Cite journal requires|journal= (help)
  21. ^(Barr & Goodnight et al. 1979:front matter) Attribution of the development of various parts of the system to Barr, Goodnight, and Sall.
  22. ^ab"Oral History Interview with Jim Goodnight". Oral Histories of the American South. July 22, 1999. RetrievedApril 8, 2014.
  23. ^abcdefAster, Rick."History of SAS version". Global Statements. RetrievedOctober 4, 2013.
  24. ^Barr, Anthony; James Goodnight; James Howard (1971).Statistical analysis system. North Carolina State University.OCLC 5728643.
  25. ^Service, Jolayne (1972).A User's Guide to the Statistical Analysis System. North Carolina State University. Archived fromthe original on 2007-09-29. Retrieved2006-10-16.
  26. ^Ioannou, Lori (2019-11-04)."Jim Goodnight, the 'Godfather of A.I.,' predicts the future fate of the US workforce".CNBC. Retrieved2024-02-20.
  27. ^Shacklett, Mary (September 5, 2013)."See if the R language fits in your big data toolkit".Tech Republic. RetrievedOctober 3, 2013.
  28. ^Barr, Anthony J.; James H. Goodnight; John P. Sall; Jane T. Helwig (1979).SAS Programmer's Guide, 1979 Edition. SAS Institute, Inc.OCLC 4984363. Archived fromthe original on 2007-09-29. Retrieved2006-10-16.
  29. ^"SAS Releases Timeline".robslink.com. Retrieved2024-02-20.
  30. ^"SAS history". SAS Institute. RetrievedOctober 4, 2013.
  31. ^Cox, Ian; Marie A. Gaudard; Philip J. Ramsey; Mia L. Stephens; Leo Wright (21 December 2009).Visual Six Sigma: Making Data Analysis Lean. John Wiley & Sons. p. 23.ISBN 978-0-470-50691-2. Retrieved16 November 2012.
  32. ^Mishra, Mrigendra Nath (2018-01-01)."Identify critical success factors to implement integrated green and Lean Six Sigma".International Journal of Lean Six Sigma.13 (4):765–777.doi:10.1108/IJLSS-07-2017-0076.ISSN 2040-4166.
  33. ^Saul, John (Winter 2010)."JMP is 20 Years Old"(PDF).JMPer Cable. Archived fromthe original(PDF) on July 21, 2013. RetrievedOctober 13, 2011.
  34. ^Bridgewater, Adrian (November 3, 2010)."JMP Genomics 5: Data Visualization & Exploration".Dr. Dobb's Journal. RetrievedMay 31, 2012.
  35. ^Shipp, Charles; Kirk Paul Lafler."Proficiency in JMP Visualization"(PDF).PharmaSUG 2012. RetrievedDecember 30, 2012.
  36. ^Taylor, James (August 10, 2011)."First Look – JMP Pro". RetrievedMay 31, 2012.
  37. ^"About Us".www.jmp.com. Archived fromthe original on 2022-12-16. Retrieved2024-03-01.
  38. ^Lafler, Kirk Paul (2013).PROC SQL: Beyond the Basics Using SAS, Second Edition. SAS Institute.ISBN 978-1-61290-027-8.
  39. ^"Supported Operating Systems". SAS Institute. RetrievedOctober 6, 2012.
  40. ^Dalesio, Emery (February 5, 2002)."Text Miner program to bolster business intelligence". Associated Press. RetrievedApril 8, 2014.
  41. ^abSteven, Dave (July 29, 2002)."SAS is Starting to Look Even Better..." Pennsylvania State University. Archived fromthe original on April 15, 2012. RetrievedOctober 17, 2011.
  42. ^Whiting, Rick (March 31, 2004)."SAS Extends Business Intelligence to the Masses".InformationWeek. RetrievedOctober 17, 2011.
  43. ^Callaghan, Dennis (September 26, 2002)."SAS to Add to Analytical CRM Arsenal".eWeek. RetrievedOctober 17, 2011.
  44. ^Gonsalves, Antone (October 10, 2008)."SAS, DataFlux Unveil 'Project Unity'".InformationWeek. RetrievedOctober 17, 2011.
  45. ^"Reference for a preliminary ruling from High Court of Justice (Chancery Division) (England and Wales) made on 11 August 2010 – SAS Institute Inc. v World Programming Ltd". European Court of Justice. RetrievedMay 19, 2012.
  46. ^"The functionality of a computer program and the programming language cannot be protected by copyright"(PDF). European Court of Justice. RetrievedMay 19, 2012.
  47. ^Hardy, Quentin (June 9, 2011)."SAS-We Spurned IBM, Now to Win".Forbes. RetrievedOctober 17, 2011.
  48. ^Greenberg, Paul (December 31, 2010)."The CRM Watchlist Part II: The Usual Suspects".ZDNet. RetrievedOctober 4, 2013.
  49. ^"Computing Seminars: Introduction to SAS Macro Language". UCLA Academic Technology Services. Archived fromthe original on September 27, 2013. RetrievedOctober 4, 2013.
  50. ^Howson, Cindi (September 7, 2010)."SAS Takes Predictive Analytics Mainstream".InformationWeek. RetrievedOctober 4, 2013.
  51. ^"New Features in JMP 9"(PDF). JMP. Archived fromthe original(PDF) on 15 September 2017. RetrievedDecember 30, 2012.
  52. ^Bridgewater, Adriian (November 3, 2010)."JMP Genomics 5: Data Visualization & Exploration".Dr. Dobb's Journal. RetrievedMay 31, 2012.
  53. ^Laskowski, Nicole (October 26, 2011)."SAS ups 'big data' ante with high-performance computing platform". Tech Target. RetrievedOctober 4, 2013.
  54. ^Sheina, Madan; Surya Mukherjee (October 17, 2011)."SAS adds in-memory to high-performance computing". Ovum.
  55. ^Taylor, James (November 11, 2011)."First Look – SAS Enterprise Miner 7.1". RetrievedOctober 4, 2013.
  56. ^Arellano, Nestor (October 22, 2014)."SAS expands cloud analytics business".IT World Canada. RetrievedNovember 13, 2014.[dead link]
  57. ^Jackson, Joab (April 27, 2015)."SAS enlarges its palette for big data analysis". IT World. Archived fromthe original on November 28, 2018. RetrievedMay 22, 2015.
  58. ^Radu, Alex (March 28, 2017)."We've only built 'weak AI' so far, says SAS chief data scientist".Channel Daily News.
  59. ^East, Forbes Middle."SAS Announces $1 Billion Investment In AI".Forbes ME. Retrieved2024-03-01.
  60. ^Ohnesorge, Lauren (May 9, 2023)."SAS to spend $1 billion on AI as global tech race heats up".Triangle Inno. Retrieved2024-03-01.
  61. ^"SAS unveils innovations and partnerships during Explore 2023 | IT World Canada News".www.itworldcanada.com. 2023-09-18. Archived from the original on September 22, 2023. Retrieved2024-04-14.
  62. ^Whiting, Rick (May 11, 2004)."SAS Ships Customer-Intelligence App".InformationWeek. RetrievedJanuary 7, 2014.
  63. ^Yasin, Rutrell (May 10, 2013)."Social network analysis, predictive coding enlisted to fight fraud".Government Computer News. RetrievedDecember 11, 2013.
  64. ^Albergotti, Reed (July 22, 2013)."IRS, States Call on IBM, LexisNexis, SAS to Fight Tax Fraud".The Wall Street Journal.
  65. ^Kenealy, Bill (March 25, 2009)."Assessing Business Intelligence".Insurance Networking News. Archived fromthe original on January 14, 2015. RetrievedDecember 11, 2013.
  66. ^"Malta commits €3m to implement AI-powered SAS for tax evasion detection".AIBC. Retrieved2024-03-01.
  67. ^"SAS and Microsoft partnership focuses on banking risk".www.technologydecisions.com.au. Retrieved2024-03-01.
  68. ^"Saudi EXIM Bank chooses SAS technology for model risk management".IBS Intelligence. Retrieved2024-04-19.
  69. ^"SAS and Microsoft partnership focuses on banking risk".www.technologydecisions.com.au. Retrieved2024-04-19.
  70. ^"Products & Solutions Index". SAS. RetrievedDecember 12, 2013.
  71. ^"SAS Institute to debut analytics platform for healthcare at HIMSS17".Healthcare IT News. 2017-02-09. Retrieved2024-04-18.
  72. ^abAcock, Alan C (November 2005). "SAS, Stata, SPSS: A Comparison".Journal of Marriage and Family.67 (4):1093–1095.doi:10.1111/j.1741-3737.2005.00196.x.
  73. ^"Compare Packages". University of California, Los Angeles. Archived fromthe original on 12 January 2014. Retrieved12 January 2014.
  74. ^Henschen, Dough (July 26, 2011)."Low-Cost Options For Predictive Analytics Challenge SAS, IBM".InformationWeek. RetrievedJanuary 12, 2014.
  75. ^Ranii, David (January 20, 2012)."SAS revenue up 12% in 2011".The News & Observer. Raleigh, North Carolina. RetrievedJanuary 12, 2014.
  76. ^Turchin, Brian."SAS Profile -- Going Its Own Way"(PDF). Software Business Online. Archived fromthe original(PDF) on 2015-09-23. Retrieved2014-04-10.
  77. ^Henschen, Doug."SAS goes cloud but will customers follow?".ZDnet. Retrieved16 June 2023.
  78. ^Clark, Lindsay."SAS selling ML and analytics suite on Azure Marketplace".www.theregister.com. Retrieved2024-04-19.
  79. ^Baer, Tony."SAS is on the brink of generation change".ZDnet. Retrieved16 June 2023.
  80. ^Avidon, Eric."SAS Viya gets architectural overhaul in latest update".TechTarget. Retrieved16 June 2023.
  81. ^"Relationship between SAS 9.4 and SAS Viya".SAS Help Center. Retrieved16 June 2023.
  82. ^Ghoshal, Anirban (2023-09-13)."SAS Viya analytics suite gets SaaS-based AI app development tools".InfoWorld. Retrieved2024-04-14.
  83. ^"SAS strengthens bond with Microsoft. Should we expect a buyout instead of IPO?".www.bizjournals.com. Retrieved2024-04-14.
  84. ^"SAS launches a transformative healthcare platform".Digital Health. 2023-09-27. Retrieved2024-04-14.
  85. ^"Just How Big Is the Big Data Market?". ClickZ. 2014-07-07. Retrieved7 July 2014.
  86. ^Vesset, Dan; David Schubmehl; Brian McDonough; Mary Wardley (June 2013)."Worldwide Business Analytics Software 2013–2017 Forecast and 2012 Vendor Shares". IDC. RetrievedOctober 2, 2013.
  87. ^Pendse, Nigel (March 7, 2008)."Consolidations in the BI industry".The OLAP Report. Archived fromthe original on July 10, 2013. RetrievedOctober 24, 2012.
  88. ^Schlegel, Kurt; Rita Sallam; Daniel Yuen; Joao Tapadinhas (February 5, 2013)."Magic Quadrant for Business Intelligence and Analytics Platforms". Gartner. RetrievedOctober 1, 2013.
  89. ^Dembe, A. E.; Partridge, J. S.; Geist, L. C. (2011)."Statistical software applications used in health services research: Analysis of published studies in the U.S".BMC Health Services Research.11 252.doi:10.1186/1472-6963-11-252.PMC 3205033.PMID 21977990.
  90. ^Woodie, Alex (2022-09-26)."How Data Analytics Can Combat Learning Loss Due to COVID-19".Datanami. Retrieved2024-04-14.
  91. ^Cooper, Harris; Nye, Barbara; Charlton, Kelly; Lindsay, James; Greathouse, Scott (1996)."The Effects of Summer Vacation on Achievement Test Scores: A Narrative and Meta-Analytic Review".Review of Educational Research.66 (3):227–268.doi:10.3102/00346543066003227.ISSN 0034-6543.
  92. ^"Reynolds using AI-powered predictive analytics to grow enrollment | Reynolds Community College".www.reynolds.edu. Retrieved2024-04-14.
  93. ^"Recovery Analysis Report Shows NC Students Made Gains on Pandemic Losses in 2021-22 | NC DPI".www.dpi.nc.gov. 2023-04-18. Retrieved2024-04-14.
  94. ^"Time to rise: State analysis shows how far performance fell during pandemic".Local Investment Commission. 2022-08-05. Retrieved2024-04-14.
  95. ^An Analysis of Learning Decline Resulting from the COVID-19 Pandemic
  96. ^"SAS and IIASA call for crowd-driven artificial intelligence to help track deforestation".IIASA - International Institute for Applied Systems Analysis. Retrieved2024-04-14.
  97. ^"UF Partners with SAS to Expand Artificial Intelligence Efforts in Coastal Communities – Engineering School of Sustainable Infrastructure & Environment".www.essie.ufl.edu. Retrieved2024-04-14.
  98. ^Gabryel, Carleigh (2023-05-09)."SAS seeks crowd-driven AI to protect endangered sea turtles in Galapagos".UNC Research. Retrieved2024-04-14.
  99. ^"SAS arms IRS with new fraud detection tools".Washington Technology. 2011-12-09. Retrieved2024-04-14.
  100. ^"Malta commits €3m to implement AI-powered SAS for tax evasion detection".AIBC. Retrieved2024-04-14.
  101. ^"Cleveland Clinic's COVID-19 strategy driven by data modeling | TechTarget".Business Analytics. Retrieved2024-04-14.
  102. ^bwbieltz (2021-09-14)."SAS and Carolina partner to accelerate antiviral drug development | UNC-Chapel Hill".The University of North Carolina at Chapel Hill. Retrieved2024-04-14.

Further reading

[edit]
  • Greenberg, Bernard G.;Cox, Gertrude M.; Mason, David D.; Grizzle, James E.; Johnson, Norman L.; Jones, Lyle V.; Monroe, John; Simmons, Gordon D. Jr. (1978). Nourse, E. Shepley (ed.). "Statistical Training and Research: The University of North Carolina System".International Statistical Review.46 (2):171–207.doi:10.2307/1402812.JSTOR 1402812.

External links

[edit]
Founders
Software
Programming languages
Related
Founded: 1976
Public domain
Open-source
Freeware
Commercial
Cross-platform
Windows only
Excel add-ons
Free
Discontinued
Proprietary
Authority control databases: NationalEdit this at Wikidata

Retrieved from "https://en.wikipedia.org/w/index.php?title=SAS_(software)&oldid=1324379215"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp