-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 794 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: usl
Type: Package
Title: Analyze System Scalability with the Universal Scalability Law
Version: 3.0.4
Date: 2025-08-18
Authors@R: c(person(given="Neil J.", family="Gunther", role
= "aut"), person(given="Stefan", family="Moeding", role
= c("aut", "cre"), email = "stm@moeding.net"))
BugReports: https://github.com/smoeding/usl/issues
Depends:
R (>= 3.0),
methods
Imports:
graphics,
stats,
nlsr
Suggests:
knitr
VignetteBuilder: knitr
Description: The Universal Scalability Law (Gunther 2007)
<doi:10.1007/978-3-540-31010-5> is a model to predict hardware and
software scalability. It uses system capacity as a function of load to
forecast the scalability for the system.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2