نتایج جستجو برای: stock selection skill

تعداد نتایج: 441436  

Journal: :Learning & behavior 2017
Alliston K Reid Sara E Futch Katherine M Ball Aubrey G Knight Martha Tucker

We examined the controlling factors that allow a prompted skill to become autonomous in a discrete-trials implementation of Touchette's (1971) progressively delayed prompting procedure, but our subjects were rats rather than children with disabilities. Our prompted skill was a left-right lever-press sequence guided by two panel lights. We manipulated (a) the effectiveness of the guiding lights ...

Journal: :The Journal of experimental biology 2014
Robbie S Wilson Amanda C Niehaus Gwendolyn David Andrew Hunter Michelle Smith

Why are performance trade-offs so rarely detected in animals when their underlying physiological basis seems so intuitive? One possibility is that individual variation in health, fitness, nutrition, development or genetics, or 'individual quality', makes some individuals better or worse performers across all motor tasks. If this is the case, then correcting for individual quality should reveal ...

2015
Diana M. Müssgens Fredrik Ullén

Transfer (i.e., the application of a learned skill in a novel context) is an important and desirable outcome of motor skill learning. While much research has been devoted to understanding transfer of explicit skills the mechanisms of skill transfer after incidental learning remain poorly understood. The aim of this study was to (1) examine the effect of practice schedule on transfer and (2) inv...

Journal: :Global business and finance review 2021

Purpose: This study utilizes the KNV measure to evaluate performance of national pension funds Korea. Design/methodology/approach: First, this investigates whether fund managers pick stocks in expansions and time market recessions. Second, we examine skilled that have both high picking skill booms timing Third, ability as well ability. Finally, persistence indexes is investigated. Findings: mor...

Journal: :تحقیقات اقتصادی 0
حمید رضا نویدی دانشگاه شاهد احمد نجومی مرکید حجت میرزازاده

portfolio selection is considered a critically significant decision, firms have to make. as such, much research has been focused on the selection of a portfolio with a controlled level of risk and high expected return. this paper uses a new definition of risk for portfolio selection whereby risk taking is taken as a curve instead of a specific value. in this paper, a genetic algorithm is presen...

2012
Abdurrahman Aydemir

Skill Based Immigrant Selection and Labor Market Outcomes by Visa Category Attracting skilled immigrants is emerging as an important policy goal for immigrant receiving countries. This article first discusses the economic rationale for immigrant selection. Selection mechanisms of receiving countries are reviewed in the context of deteriorating labor market outcomes for immigrants across destina...

Journal: :مطالعات تجربی حسابداری مالی 0
بهمن بنی مهد دانشگاه آزاد اسلامی واحد علوم تحقیقات رضا جعفری معافی دانشگاه آزاد واحد علوم تحقیقات

this study investigates relation between accruals quality and auditor selection in the listed firms of tehran stock exchange (tse) during a five-year period from 2007 to 2011.  using correlation method and logistic regression technique, the results of this study indicate that client size, management change and accruals quality impact on selection of the big audit firms.  the results of this res...

Journal: :journal of industrial engineering, international 2007
n mansour a rebai b aouni

in the portfolio selection problem, the manager considers several objectives simultaneously such as the rate of return, the liquidity and the risk of portfolios. these objectives are conflicting and incommensurable. moreover, the objectives can be imprecise. generally, the portfolio manager seeks the best combination of the stocks that meets his investment objectives. the imprecise goal program...

Journal: :راهبرد مدیریت مالی 0
سعید باجلان استادیارگروه مالی و بیمه، دانشکده مدیریت دانشگاه تهران سعید فلاحپور استادیارگروه مالی و بیمه، دانشکده مدیریت دانشگاه تهران ناهید دانا دانشجوی کارشناسی ارشد رشته مهندسی مالی، دانشگاه تهران

in this study, a prediction model based on support vector machines (svm) improved by introducing a volume weighted penalty function to the model was introduced to increase the accuracy of forecasting short term trends on the stock market to develop the optimal trading strategy. along with vw-svm classifier, a hybrid feature selection method was used that consisted of f-score as the filter part ...

2006
Haifeng Wang Houmin Yan

This paper considers a problem of multi-period supply portfolio selection and execution with demand information updates. A supply portfolio specifies a buyer’s decision on selecting sourcing mix from among a group of suppliers. We develop a framework for optimal supply portfolio selection and execution. Further, we demonstrate that the optimal portfolio selection follows a base-stock policy and...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->