Displaying 2 results from an estimated 2 matches for "ndiff".
Did you mean:
diff
2000 Sep 22
2
arima.sim
Hi,
Before I re-invent the wheel, is there a function in R similar to S+'s
arima.sim, i.e., a function that simulates arima processes.
ts and tseries packages don't seem to have such function, but I may have
overlooked it.
Thank you for your time,
Alvaro Novo
R Version 1.1.1
SuSE 6.4 Linux
KDE 2.0 Beta 5
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2004 Nov 16
0
metadata switches for ffmpeg2theora
...e_o_s){
- /* flush out the ogg pages to info.outfile */
+void theoraframes_flush (theoraframes_info *info, int e_o_s){
+ /* flush out the ogg pages to info->outfile */
int flushloop=1;
@@ -272,48 +270,48 @@
int video = -1;
flushloop=0;
//some debuging
- //fprintf(stderr,"\ndiff: %f\n",info.audiotime-info.videotime);
- while(!info.audio_only && (e_o_s ||
- ((info.videotime <= info.audiotime || info.video_only) && info.videoflag == 1))){
+ //fprintf(stderr,"\ndiff: %f\n",info->audiotime-info->videotime);
+ while(!info->audio_...