-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
219 lines (128 loc) · 5.02 KB
/
NEWS
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
CHANGES IN spatstat.random VERSION 3.1-4.001
OVERVIEW
o Minor improvements.
SIGNIFICANT USER-VISIBLE CHANGES
o rLGCP
Now recognises argument 'rule.eps' passed to 'as.mask'.
CHANGES IN spatstat.random VERSION 3.1-4
OVERVIEW
o spatstat.random now suggests the package 'gsl'.
o Generate truncated Poisson random variables.
o reciprocal moment of Poisson variable conditioned to be positive.
o Internal improvements.
NEW FUNCTIONS
o rpoisnonzero
Generate Poisson random variables conditioned to be positive.
o rpoistrunc
Generate 'truncated' Poisson random variables,
conditioned to be greater than or equal to a specified minimum value.
o recipEnzpois
Calculate the first reciprocal moment of nonzero Poisson variable
SIGNIFICANT USER-VISIBLE CHANGES
o rVarGamma, rclusterBKBC
Suppressed some irrelevant warnings about numerical error.
CHANGES IN spatstat.random VERSION 3.1-3
OVERVIEW
o We thank Bethany Macdonald for contributions.
o Bug fixes and internal improvements.
CHANGES IN spatstat.random VERSION 3.1-2
OVERVIEW
o We thank Ya-Mei Chang for substantial contributions.
o Faster algorithms for simulating cluster processes.
o Bug fixes and internal improvements.
NEW FUNCTIONS
o rclusterBKBC
(Advanced use) Internal algorithm to simulate any Neyman-Scott cluster
process using either the naive, Brix-Kendall, or Baddeley-Chang algorithm.
SIGNIFICANT USER-VISIBLE CHANGES
o rCauchy, rThomas, rMatClust, rVarGamma
These algorithms have been accelerated by several orders of magnitude
in the case where the cluster radius is large.
o rCauchy, rThomas, rMatClust, rVarGamma
These functions now offer a choice of simulation algorithms.
o rCauchy, rThomas, rMatClust, rVarGamma, rNeymanScott
Formal arguments have changed.
o rNeymanScott
Argument 'lmax' has been replaced by 'kappamax'.
New argument 'mumax'.
o rPoissonCluster
Argument 'lmax' has been replaced by 'kappamax'.
BUG FIXES
o rThomas, rMatClust, rCauchy, rVarGamma
If the model was very close to a Poisson process,
and if saveLambda=TRUE was selected,
the attribute "Lambda" was incorrectly labelled "lambda".
Fixed.
o clusterradius
Crashed sometimes with message about infinite values of the integrand.
Fixed.
CHANGES IN spatstat.random VERSION 3.1-0
OVERVIEW
o Internal improvements.
CHANGES IN spatstat.random VERSION 3.0-2
OVERVIEW
o Pakes distribution.
NEW FUNCTIONS
o dpakes, ppakes, qpakes, rpakes
Density, cumulative probability, quantiles, and random generator
for the Pakes distribution.
CHANGES IN spatstat.random VERSION 3.0-1
OVERVIEW
o Tweaks to placate package checker.
CHANGES IN spatstat.random VERSION 3.0-0
OVERVIEW
o We thank Liu Yijia for contributions.
o spatstat.random now suggests the new packages 'spatstat.explore'
and 'spatstat.model' rather than the old 'spatstat.core'.
o Bug fixes and internal improvements.
SIGNIFICANT USER-VISIBLE CHANGES
o Package dependence
'spatstat.random' now suggests the new packages 'spatstat.explore'
and 'spatstat.model' rather than the old 'spatstat.core'.
o random generators
Random generators now accept 'nsim=0', and return a zero-length list.
o random generators
Code in the case 'nsim > 1' has been accelerated.
BUG FIXES
o rmpoint
Crashed if 'f' was a pixel image.
[Spotted by Liu Yijia.]
Fixed.
CHANGES IN spatstat.random VERSION 2.2-0
OVERVIEW
o Bug fixes and internal improvements.
BUG FIXES
o Internal code
Fix a bug in internal code that causes bug in spatstat.core::kppm
CHANGES IN spatstat.random VERSION 2.1-0
OVERVIEW
o Indefinite integral.
o Internal repairs, code acceleration, and improvements.
NEW FUNCTIONS
o indefinteg
Numerically computes the indefinite integral of a function.
CHANGES IN spatstat.random VERSION 2.0-0
OVERVIEW
o We thank Dominic Schuhmacher for contributions.
o This is a new package containing code removed from spatstat.core
o Bug fixes in rmh visual debugger.
o Minor improvements
SIGNIFICANT USER-VISIBLE CHANGES
o spatstat.random
The 'spatstat.core' package has been divided into two packages,
called 'spatstat.random' and 'spatstat.core'.
The new 'spatstat.random' package consists of functions for
generating random point patterns, and other random spatial data,
that were originally in 'spatstat.core'.
o rMatClust, rThomas, rCauchy, rVarGamma
New argument 'nonempty'
BUG FIXES
o rmh
The visual debugger did not display accepted births and deaths correctly.
[Spotted by Dominic Schuhmacher.]
Fixed.
o rmh
The visual debugger exited prematurely sometimes,
if the current state was the empty point pattern.
[Spotted by Dominic Schuhmacher.]
Fixed.