Displaying 2 results from an estimated 2 matches for "partiuclar".
Did you mean:
particular
2006 Jun 22
1
Why different results with different initial values for MLE (optim)!
Hi, All:
I used optim() to minimise likelihood function for fitting the data to a partiuclar distribution. The function is converged and the value of log-likelihood is different when I change the intial value.
Whether it means the program does not work well?
Thanks!
Xin
[[alternative HTML version deleted]]
2016 Jun 11
2
Re: [PATCH 1/2] increase the default memory size to 768 MB
On Sat, Jun 11, 2016 at 08:51:56PM +0300, Pavel Butsykin wrote:
> The appliance memory size of 500 MB is insufficient in certain scenarios. In
> partiuclar, semodule (which may be called by a guest tools uninstaller) often
> triggers OOM (see https://bugzilla.redhat.com/426775)
>
> Increase it to 768 MB.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> src/guestfs-internal.h | 2 +-
> 1 file changed,...