search for: ascent

Displaying 20 results from an estimated 28 matches for "ascent".

Did you mean: accent
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
...num, // figure out if we need to add extra height because of the size of the // line break character - if (pango_layout_get_text (playout)[strlen (pango_layout_get_text (playout)) - 1] == '\n') + if (end_of_paragraph && paragraphs[i].newline) { int ascent, descent; swfdec_text_field_movie_attr_list_get_ascent_descent (attr_list, - strlen (pango_layout_get_text (playout)), &ascent, &descent); + paragraphs[i].length - block->index_ - skip, &ascent, &descent); if (ascent + descent > layout.height) { int baselin...
2013 Mar 10
0
Steepest Ascent Algorithm
I am trying to code a steepest ascent algorithm to optimize parameters used in a survivor function type problem. My unknown parameters (alpha, Beta0, and Beta1) for which I have been able to optimize using Newton's method. I keep getting an error because my alpha becomes negative and I can't calculate the likelihood. Here is m...
2009 Apr 26
1
Stochastic Gradient Ascent for logistic regression
Hi. guys, I am trying to write my own Stochastic Gradient Ascent for logistic regression in R. But it seems that I am having convergence problem. Am I doing anything wrong, or just the data is off? Here is my code in R - lbw <- read.table("http://www.biostat.jhsph.edu/~ririzarr/Teaching/754/lbw.dat" , header=TRUE) attach(lbw) lbw[1:2,] low...
2009 Feb 03
3
ROXML from_xml not returning an object instance...
...ty xml_reader :grcenter xml_accessor :waypoints, [Waypoint], :in => "waypoints" end Waypoint.rb: class Waypoint < ActiveRecord::Base include ROXML belongs_to :route xml_reader :isLeg xml_reader :lonlatx xml_reader :lonlaty xml_reader :gridReference xml_reader :ascent xml_reader :descent xml_reader :distance xml_reader :bearing xml_reader :timemins end NB I''ve not specified types at the moment for the above elements. I''m just trying to verify that the XML is being parsed by ROXML''s from_xml method. Error Message in logs: Pro...
2008 Oct 17
3
Testing for Windows malware under Wine
After using Linux for some time, I realized that this might be another good use for wine. I've been seeing the commercials for PC SpeedScan by Ascentive and have even been asked about it by non-techie friends. Since my Ubuntu system isn't real mission critical, I decided to throw caution to the winds and installed the 'product'. One behavior of malware is that it purposely does not uninstall cleanly or at all. Sure enough, the wine...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...4 **** --- 5154,5166 ---- cidfontfamily defaultCIDFont; /* Record if fonts are used */ Rboolean fontUsed[100]; + + /* + * Current text geometry information (stored in PDF_Text) + */ + int text_size; + double text_a, text_b, text_x, text_y; + double text_ascent, text_descent, text_width; } PDFDesc; *************** *** 5188,5197 **** --- 5200,5217 ---- static double PDF_StrWidth(const char *str, const pGEcontext gc, pDevDesc dd); + static void PDF_StrSize(const char *str, + const pGEcontext gc, + pDevDesc dd, + double *ascen...
2010 Jun 24
2
T.38 on a MAX/Lucent/Ascend TNT
Hello folks, I've been trying to get T.38 over SIP working with calls terminated by a MAX/Lucent/Ascent TNT. As far as I can tell, SIP and T.38 are actually working perfectly; however, I can't get the TNT to properly terminate a FAX call. Does anyone have a working configuration for SIP and T.38 for calls from a TNT or APX? Here's a brief description/diagram of my test setup: Laptop --...
2005 Apr 02
2
Building new graphic device drivers with g++
...Rprintf("deactivate\n"); } static void NULL_Mode(int mode, NewDevDesc *dev) { } static Rboolean NULL_Locator(double *x, double *y, NewDevDesc *dev) { return FALSE; } static void NULL_MetricInfo(int c, R_GE_gcontext *gc, double* ascent, double* descent, double* width, NewDevDesc *dev) { *ascent = 0.0; *descent = 0.0; *width = 0.0; } static void NULL_Size(double *left, double *right, double *bottom, double *top, NewDevDesc *dev) { *left = dev-&...
2010 Mar 17
1
Is there any R package that can find the maxima of a 1-D time series
Is there any R package that can help me with digging out the maxima of a 1-D trajectory ? I have 975 1-D curves. They are only known as time series. That is a set of points ordered with respect to time. Some curves exhibit one only peak. Others have two peaks of different height. We wish to find the number of peaks and their position along the time axis. Apparently it's a trivial problem
2007 Oct 22
1
Help! bad cyrillic font rendering
...?????? FirstChar = 32? AveCharWidth = 8 ? ? Italic = ? 0???????? LastChar = 255????????? MaxCharWidth = 8 ? ? UnderLined = 0?????? DefaultChar = 128?????? Overhang = 0 ? ? StruckOut = 0??????? BreakChar = 32? CharSet = 204 ? ? PitchAndFamily = 30 ? ? -------------------- ? ? InternalLeading = 0 ? ? Ascent = 11 ? ? Descent = 2 ? ? Height = 13 trace:font:GetTextExtentExPointW (0x31c, L"\0421\043b\0443\0436\0435\0431\043d\043e\0435 \043f\043e\043b\0435 ", 263) trace:font:GetTextMetricsW text metrics: ? ? Weight = 400???????? FirstChar = 32? AveCharWidth = 8 ? ? Italic = ? 0???????? LastChar =...
2001 Feb 02
1
Font problems (wrong font is used) (sorry for the delay Gerard!!)
...AveCharWidth = 7 . Italic = 0 LastChar = 255 MaxCharWidth = 15 . UnderLined = 0 DefaultChar = 000 Overhang = 0 . StruckOut = 0 BreakChar = 032 CharSet = 0 . PitchAndFamily = 09 . -------------------- . InternalLeading = 3 . Ascent = 10 . Descent = 3 . Height = 13 > I used 'pitchandfamily' : searched from the beginning of the > trace file : Ok, I went to the top and grepped for that PitchAndFamily value: . trace:font:XFONT_RealizeFont physfont 1 . trace:font:GetTextMetricsA text metrics: . Weight...
2011 Dec 23
2
missing value where TRUE/FALSE needed
..., n.cols) densities <- matrix(0, n.rows) > density.attractors <- sapply(rep(1:n.rows), function(i) { notconverged <- TRUE # For each row loop through and find the attractor and density value. x <- (X[i, ]) iters <- as.integer(1) # Run gradient ascent for each point to obtain x* while(notconverged == TRUE) { find.gradient <- FindGradient(x) next.x <- x + stepsize * find.gradient$gradient change <- sqrt(sum((next.x - x) * (next.x - x))) notconverged <- ifelse(change > tol, TRUE, FALSE)...
2017 Feb 22
0
R CMD build error during vignettes build
...54 lines) diveMove.R (presumably containing the complete code of the vignette) which includes the chunk "zoc". Executing the code with source() produces the expected error. This also identifies the call where the error occurs: > Error in quantile.default(Ad1.maybe.nat, probs = (1 - ascent.crit.q)) : > missing values and NaN's not allowed if 'na.rm' is FALSE The error can be investigated with the usual tools, e.g. traceback() and debug(). -- Mikko Korpela Department of Geosciences and Geography University of Helsinki
2008 Aug 05
1
Supporting large file transfers
...ar as socket options im using socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE Is there any other tweaks I can use to help make this system more reliable? I get random errors.."network path not found" or something similar.. = Aconcagua Expedition with Alpine Ascents Aconcagua Expedition with America's Guide Service. International expeditions to the world's highest peaks. Comprehensive mountaineering school. The Seven Summits Company since 1986. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=9b35cc99a796487659e031c2859d46a8 -- Powered by Outbla...
2004 Sep 14
1
documentation error par("cin") and par("cra") (PR#7227)
Dear all, the help of par() claims that cin and cra are c(width, height) but it appears to be rather c(height, width) Best regards Jens Oehlschl?gel > plot.new() > strheight("W", unit="inches") [1] 0.1354167 > par("cin") [1] 0.1354167 0.1875000 > version _ platform i386-pc-mingw32 arch i386 os mingw32
2009 Apr 27
3
Formatting numbers
...e) > 5. simulate arima model (Rebecca1117) > 6. THE EQUIVALENT OF SQL INNER TABLE JOIN IN R (Nigel Birney) > 7. Scatterplot of two groups side-by-side? (nonunah at yahoo.de) > 8. Re: Nomogram with stratified cph in Design package (reneepark) > 9. Stochastic Gradient Ascent for logistic regression (Tim LIU) > 10. Re: Question of "Quantile Regression for Longitudinal Data" > (Tirthankar Chakravarty) > 11. Re: THE EQUIVALENT OF SQL INNER TABLE JOIN IN R > (Gabor Grothendieck) > 12. Re: THE EQUIVALENT OF SQL INNER TABLE JOIN IN...
2017 Feb 21
2
R CMD build error during vignettes build
Hello, I'm trying to rebuild a package (using R version 3.3.2 (2016-10-31)) that has not seen any changes since it was last built without problems in previous R versions. It fails during vignette building with: ---<--------------------cut here---------------start------------------->--- $ R CMD build diveMove * checking for file ?diveMove/DESCRIPTION? ... OK * preparing ?diveMove?: *
2010 Oct 22
1
Help: Maximum likelihood estimation
I was trying to reproduce a result in a published journal, and I have come across some difficulties. I have the following equation, which is two equations combined together. http://r.789695.n4.nabble.com/file/n3006584/Screenshot.png where http://r.789695.n4.nabble.com/file/n3006584/Screenshot-1.png http://r.789695.n4.nabble.com/file/n3006584/Screenshot-2.png
2013 Apr 25
2
How are R version types named ? Any convention (like Hurricanes etc)
With reference to R News News: R version 3.0.0 (Masked Marvel) has been released on 2013-04-03. R version 2.15.3 (Security Blanket) has been released on 2013-03-01 R version 2.15.2 (Trick or Treat) .... R version 2.15.1 ("Roasted Marshmallows") ... R version 2.15.0 ("Easter Beagle") R version 2.14.0 ("Great Pumpkin") Dear R help List, How are these version types
2007 Apr 22
0
3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_font.c libswfdec/swfdec_movie.c
...or (i = 0; i < n_glyphs && swfdec_bits_left (bits); i++) { SwfdecFontEntry *entry = &g_array_index (font->glyphs, SwfdecFontEntry, i); if (wide_codes) entry->value = swfdec_bits_get_u16 (bits); @@ -456,10 +467,10 @@ tag_func_define_font_3 (SwfdecSwfDecoder ascent = swfdec_bits_get_u16 (bits); descent = swfdec_bits_get_u16 (bits); leading = swfdec_bits_get_u16 (bits); - for (i = 0; i < n_glyphs; i++) { + for (i = 0; i < n_glyphs && swfdec_bits_left (bits); i++) { /* guint advance = */ swfdec_bits_get_u16 (bits); } -...