search for: minmum

Displaying 5 results from an estimated 5 matches for "minmum".

Did you mean: minimum
2004 Aug 18
1
Do you know if you can map a large minmum spanning tree in R?
Do you know if you can map in R? I have my minimum spanning tree, but as there are 1371 nodes (all over Australia) I'd like to be able to "graph" them as they actually would be on the map. Do you know if this is possible?
2006 Mar 23
1
NLME Covariates
HLM question? Is there a minmum number of observations required for a category..I have individusals in work teams.I have incomplete data for all the teams ..sometimes I only have data for one person in a team.I assume that HLM can't work here! But what would be the mimimal.at the moment I have a sample of about 240 in about...
2023 Mar 30
2
[PATCH] drm/nouveau/disp: Support more modes by checking with lower bpc
...#39;t check these * yet) */ @@ -276,7 +274,11 @@ nv50_dp_mode_valid(struct drm_connector *connector, { const unsigned int min_clock = 25000; unsigned int max_rate, mode_rate, ds_max_dotclock, clock = mode->clock; - const u8 bpp = connector->display_info.bpc * 3; + /* Check with the minmum bpc always, so we can advertise better modes. + * In particlar not doing this causes modes to be dropped on HDR + * displays as we might check with a bpc of 16 even. + */ + const u8 bpp = 6 * 3; if (mode->flags & DRM_MODE_FLAG_INTERLACE && !outp->caps.dp_interlace) retur...
2004 Aug 19
3
Do you know if you can map a large minimum spanning tree in R?
...me by reply e-mail and then delete the message. > -----Original Message----- From: Michael Sumner [mailto:mdsumner at utas.edu.au] Sent: Thursday, 19 August 2004 10:18 AM To: Briggs, Meredith M; r-help at stat.math.ethz.ch Cc: Wade, Fiona M Subject: Re: [R] Do you know if you can map a large minmum spanning tree in R? At 09:47 AM 8/19/2004, Briggs, Meredith M wrote: > Do you know if you can map in R? > I have my minimum spanning tree, but as there are 1371 nodes (all > over Australia) I'd like to be able to "graph" them as they actually > would...
2013 Sep 14
2
the problem of buying and selling
...00 [33,] 62.5750 9 61.775 133 [34,] 62.6000 394 61.750 7723 For the simpliest case, if the King had commanded that the minimum profit should be 2.3742%, which is equal to 63.170/61.7050 (look at the first row), then you can easily project that 190 quantity of goods will be dealt (the minmum of [1,2] and [1,4]), and that the actual profit is 2.3742%. If the king, however, has commanded that a deal should only be carried out if the profit is higher than 2%, the calculation will be more complicated. I don't know the right method, but I can demonstrate the wrong method and explain...