Displaying 6 results from an estimated 6 matches for "dret".
Did you mean:
bret
2009 Jun 15
2
GARCH:: False Convergence
Dear R users,
I am trying to use tseries' garch function in order to determine the
volatility of a return series generated by quantmod. Here is the code that I
am using:
> library(quantmod)
> getSymbols("AAPL")
convert daily closing prices into continuous log returns
> dret<-dailyReturn(AAPL,type='log')
check to see that the autocorrelations decay
> acf(dret)
autocorrelations seem to oscillate to zero
load package tseries need for garch
> library(tseries)
run garch on the daily returns
> garch(dret)
When Garch runs there is false convergence, whic...
2009 Jul 22
0
Attended transfer and 'pbx-invalid' - 1.4.26
...of a call on transfers,
like this: (I had to use the DEVSTATE backport here)
[phones]
exten => _12XX,1,Dial(SIP/${EXTEN},6,tT)
exten => _12XX,n,GotoIf($[ "x${BLINDTRANSFER}" = "x" ]?noBT)
exten => _12XX,n,Set(DIALRET=${CUT(BLINDTRANSFER,-,1)});
exten => _12XX,n,Goto(dRet)
exten => _12XX,n(noBT),GotoIf($[ "x${TRANSFERERNAME}" = "x" ]?sai)
exten => _12XX,n,Set(DIALRET=${CUT(TRANSFERERNAME,-,1)});
exten => _12XX,n,GotoIf($[ "${DEVSTATE(${DIALRET})}" = "INUSE" ]?sai);
exten => _12XX,n(dRet),Set(CALLERID(all)=RET_${EXT...
2010 Jun 04
5
R Newbie, please help!
Hello Everyone,
I just started a new job & it requires heavy use of R to analyze datasets.
I have a data.table that looks like this. It is sorted by ID & Date, there
are about 150 different IDs & the dataset spans 3 million rows. The main
columns of concern are ID, date, and totret. What I need to do is to derive
daily returns for each ID from totret, which is simply totret at time
2018 Feb 11
0
[PATCH 5/5] drm/amdgpu: Fix deadlock on runtime suspend
...m_runtime_mark_last_busy(connector->dev->dev);
+ pm_runtime_put_autosuspend(connector->dev->dev);
+ }
return ret;
}
@@ -988,9 +998,11 @@ amdgpu_connector_dvi_detect(struct drm_connector *connector, bool force)
enum drm_connector_status ret = connector_status_disconnected;
bool dret = false, broken_edid = false;
- r = pm_runtime_get_sync(connector->dev->dev);
- if (r < 0)
- return connector_status_disconnected;
+ if (!drm_kms_helper_is_poll_worker()) {
+ r = pm_runtime_get_sync(connector->dev->dev);
+ if (r < 0)
+ return connector_status_disconnected;...
2018 Feb 11
19
[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
Fix a deadlock on hybrid graphics laptops that's been present since 2013:
DRM drivers poll connectors in 10 sec intervals. The poll worker is
stopped on ->runtime_suspend with cancel_delayed_work_sync(). However
the poll worker invokes the DRM drivers' ->detect callbacks, which call
pm_runtime_get_sync(). If the poll worker starts after runtime suspend
has begun,
2012 Jun 24
0
nouveau _BIOS method
....DAUXzh..DHPD
0090: a4 54 4d 50 30 14 43 28 5f 44 53 4d 0c a0 49 24 .TMP0.C(_DSM..I$
00a0: 93 68 11 13 0a 10 d3 73 d8 7e d0 c2 4f 4e a8 54 .h.....s.~..ON.T
00b0: 0f 13 17 b0 1c 2c a0 4b 05 93 6a 00 08 44 52 45 .....,.K..j..DRE
00c0: 54 11 04 0a 04 00 8b 44 52 45 54 00 46 30 53 53 T......DRET.F0SS
00d0: 8c 44 52 45 54 0a 03 54 50 56 45 70 01 46 30 53 .DRET..TPVEp.F0S
00e0: 53 a0 12 93 7b 53 47 4d 44 0a 0f 00 01 70 0a 03 S...{SGMD....p..
00f0: 46 30 53 53 a1 07 70 01 46 30 53 53 a0 10 7b 53 F0SS..p.F0SS..{S
0100: 47 4d 44 0a 80 00 70 0a 80 54 50 56 45 a4 44 52 GMD...p..TPVE.D...