To see the other types of publications on this topic, follow the link: Functional bootstrapping.

Journal articles on the topic 'Functional bootstrapping'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 journal articles for your research on the topic 'Functional bootstrapping.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Sharipov, Olimjon Sh, and Martin Wendler. "Bootstrapping covariance operators of functional time series." Journal of Nonparametric Statistics 32, no. 3 (2020): 648–66. http://dx.doi.org/10.1080/10485252.2020.1771334.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Shang, Han Lin. "Bootstrapping Long-Run Covariance of Stationary Functional Time Series." Forecasting 6, no. 1 (2024): 138–51. http://dx.doi.org/10.3390/forecast6010008.

Full text
Abstract:
A key summary statistic in a stationary functional time series is the long-run covariance function that measures serial dependence. It can be consistently estimated via a kernel sandwich estimator, which is the core of dynamic functional principal component regression for forecasting functional time series. To measure the uncertainty of the long-run covariance estimation, we consider sieve and functional autoregressive (FAR) bootstrap methods to generate pseudo-functional time series and study variability associated with the long-run covariance. The sieve bootstrap method is nonparametric (i.e
APA, Harvard, Vancouver, ISO, and other styles
3

Wang, Ruida, Xianhui Lu, Yundi Wen, et al. "Full domain functional bootstrapping using the prime cyclotomic ring." Theoretical Computer Science 1050 (September 2025): 115392. https://doi.org/10.1016/j.tcs.2025.115392.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Beutner, Eric, and Henryk Zähle. "Bootstrapping Average Value at Risk of Single and Collective Risks." Risks 6, no. 3 (2018): 96. http://dx.doi.org/10.3390/risks6030096.

Full text
Abstract:
Almost sure bootstrap consistency of the blockwise bootstrap for the Average Value at Risk of single risks is established for strictly stationary β -mixing observations. Moreover, almost sure bootstrap consistency of a multiplier bootstrap for the Average Value at Risk of collective risks is established for independent observations. The main results rely on a new functional delta-method for the almost sure bootstrap of uniformly quasi-Hadamard differentiable statistical functionals, to be presented here. The latter seems to be interesting in its own right.
APA, Harvard, Vancouver, ISO, and other styles
5

Okada, Hiroki, Shinsaku Kiyomoto, and Carlos Cid. "Integer-Wise Functional Bootstrapping on TFHE: Applications in Secure Integer Arithmetics." Information 12, no. 8 (2021): 297. http://dx.doi.org/10.3390/info12080297.

Full text
Abstract:
TFHE is a fast fully homomorphic encryption scheme proposed by Chillotti et al. in Asiacrypt’ 2018. Integer-wise TFHE is a generalized version of TFHE that can encrypt the plaintext of an integer that was implicitly presented by Chillotti et al., and Bourse et al. presented the actual form of the scheme in CRYPTO’ 2018. However, Bourse et al.’s scheme provides only homomorphic integer additions and homomorphic evaluations of a sign function. In this paper, we construct a technique for operating any 1-variable function in only one bootstrapping of the integer-wise TFHE. For applications of the
APA, Harvard, Vancouver, ISO, and other styles
6

Rondal, Jean A., and Anne Cession. "Input evidence regarding the semantic bootstrapping hypothesis." Journal of Child Language 17, no. 3 (1990): 711–17. http://dx.doi.org/10.1017/s0305000900010965.

Full text
Abstract:
ABSTRACTThe input language addressed to 18 language-learning children (MLU 1.00–3.00) was analysed so as to assess the quality of the semanticsyntactic correspondence posited by the semantic bootstrapping hypothesis. The correspondence appears to be quite satisfactory with little variation from the lower to the higher MLUs. All the persons and things referred to in the corpora were labelled by the mothers using nouns. All the actions referred to were labelled using verbs. Most of the attributive information was conveyed by adjectives. Spatial information was expressed through the use of spatia
APA, Harvard, Vancouver, ISO, and other styles
7

Xiao, Yu, Feng-Hao Liu, Yu-Te Ku, et al. "GPU Acceleration for FHEW/TFHE Bootstrapping." IACR Transactions on Cryptographic Hardware and Embedded Systems 2025, no. 1 (2024): 314–39. https://doi.org/10.46586/tches.v2025.i1.314-339.

Full text
Abstract:
Fully Homomorphic Encryption (FHE) allows computations to be performed directly on encrypted data without decryption. Despite its great theoretical potential, the computational overhead remains a major obstacle for practical applications. To address this challenge, hardware acceleration has emerged as a promising approach, aiming to achieve real-time computation across a wider range of scenarios. In line with this, our research focuses on designing and implementing a Graphic Processing Unit (GPU)-based accelerator for the third generation FHEW/TFHE bootstrapping scheme, which features smaller
APA, Harvard, Vancouver, ISO, and other styles
8

Silaban, Daniel Ebenezer, and Irsad Lubis. "BOOTSTRAPPING ANALYSIS OF NORTH SUMATRA PROVINCE INSPECTORATE PERFORMANCE." Jurnal Riset Bisnis dan Manajemen 16, no. 1 (2023): 83–90. http://dx.doi.org/10.23969/jrbm.v16i1.7228.

Full text
Abstract:
The goal of this study is to analyze the factors that influence how well the inspectorate in the province of North Sumatra performs. This research is important because it aims to evaluate the performance of the inspectorate's officials and staff in North Sumatra Province so that measures may be taken to raise employee professionalism and quality. The Smart PLS program was employed as the basis for the quantitative research approach. The research subjects were 48 officials and workers in the functional position of auditors who were taken using the Slovin technique. The results indicate that the
APA, Harvard, Vancouver, ISO, and other styles
9

Shang, Han Lin. "Double bootstrapping for visualizing the distribution of descriptive statistics of functional data." Journal of Statistical Computation and Simulation 91, no. 10 (2021): 2116–32. http://dx.doi.org/10.1080/00949655.2021.1885670.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Brodal, Gerth Stølting, and Chris Okasaki. "Optimal purely functional priority queues." Journal of Functional Programming 6, no. 6 (1996): 839–57. http://dx.doi.org/10.1017/s095679680000201x.

Full text
Abstract:
AbstractBrodal recently introduced the first implementation of imperative priority queues to supportfindMin, insertandmeldinO(1) worst-case time, anddeleteMininO(logn) worst-case time. These bounds are asymptotically optimal among all comparison-based priority queues. In this paper, we adapt Brodal's data structure to a purely functional setting. In doing so, we both simplify the data structure and clarify its relationship to the binomial queues of Vuillemin, which support all four operations inO(logn) time. Specifically, we derive our implementation from binomial queues in three steps: first,
APA, Harvard, Vancouver, ISO, and other styles
11

Shen, Shiyu, Hao Yang, Zhe Liu, et al. "VeloFHE: GPU Acceleration for FHEW and TFHE Bootstrapping." IACR Transactions on Cryptographic Hardware and Embedded Systems 2025, no. 3 (2025): 81–114. https://doi.org/10.46586/tches.v2025.i3.81-114.

Full text
Abstract:
Bit-wise Fully Homomorphic Encryption schemes like FHEW and TFHE offer efficient functional bootstrapping, enabling concurrent function evaluation and noise reduction. While advantageous for secure computations, these schemes suffer from high data expansion, posing significant performance challenges in practical ap- plications due to massive ciphertexts. To address these issues, we propose VeloFHE, a CUDA-accelerated design to enhance the efficiency of FHEW and TFHE schemes on GPUs. We develop a novel hybrid four-step Number Theoretic Transform (NTT) approach for fast polynomial multiplication
APA, Harvard, Vancouver, ISO, and other styles
12

LÖFQVIST, LARS. "PRODUCT INNOVATION IN SMALL COMPANIES: MANAGING RESOURCE SCARCITY THROUGH FINANCIAL BOOTSTRAPPING." International Journal of Innovation Management 21, no. 02 (2017): 1750020. http://dx.doi.org/10.1142/s1363919617500207.

Full text
Abstract:
Researchers have proposed that scarce resources are the main factor hindering product innovation in small companies. However, despite scarce resources, small companies do innovate, so the research question is: How do small companies manage resource scarcity in product innovation? To answer the research question a multiple case study of three small established companies and their product innovation was used, including interviews and observations over a period of five months. The small companies were found to use many different bootstrapping methods in combination within their product innovation
APA, Harvard, Vancouver, ISO, and other styles
13

Dar, Davood, Lionel Lacombe, and Neepa T. Maitra. "The exact exchange–correlation potential in time-dependent density functional theory: Choreographing electrons with steps and peaks." Chemical Physics Reviews 3, no. 3 (2022): 031307. http://dx.doi.org/10.1063/5.0096627.

Full text
Abstract:
The time-dependent exchange–correlation potential has the unusual task of directing fictitious non-interacting electrons to move with exactly the same probability density as true interacting electrons. This has intriguing implications for its structure, especially in the non-perturbative regime, leading to step and peak features that cannot be captured by bootstrapping any ground-state functional approximation. We review what has been learned about these features in the exact exchange–correlation potential of time-dependent density functional theory in the past decade or so and implications fo
APA, Harvard, Vancouver, ISO, and other styles
14

Chang, Chung, and R. Todd Ogden. "Bootstrapping sums of independent but not identically distributed continuous processes with applications to functional data." Journal of Multivariate Analysis 100, no. 6 (2009): 1291–303. http://dx.doi.org/10.1016/j.jmva.2008.11.008.

Full text
APA, Harvard, Vancouver, ISO, and other styles
15

Lu, Mengyuan, and Baozhong Yi. "Homestay customers' perceived value mediates the influence of customer participation and host–customer interaction on customer satisfaction." Social Behavior and Personality: an international journal 50, no. 4 (2022): 1–11. http://dx.doi.org/10.2224/sbp.11375.

Full text
Abstract:
With the rapid development of homestay accommodation, it is urgent to study the mechanism of satisfaction of guests as customers. We used value cocreation theory to explore customer participation and host–customer interaction as antecedents of customer perceived value, and how this then influenced their satisfaction. We analyzed data from 344 homestay guests using partial least squares regression and bootstrapping analysis. The results show that customer participation and host–customer interaction affected customers' perception of the functional, emotional, and social value of the homestay exp
APA, Harvard, Vancouver, ISO, and other styles
16

Ribeiro, Fernanda L., Felipe R. C. dos Santos, João R. Sato, Walter H. L. Pinaya, and Claudinei E. Biazoli. "Inferring the heritability of large-scale functional networks with a multivariate ACE modeling approach." Network Neuroscience 5, no. 2 (2021): 527–48. http://dx.doi.org/10.1162/netn_a_00189.

Full text
Abstract:
Abstract Recent evidence suggests that the human functional connectome is stable at different timescales and is unique. These characteristics posit the functional connectome not only as an individual marker but also as a powerful discriminatory measure characterized by high intersubject variability. Among distinct sources of intersubject variability, the long-term sources include functional patterns that emerge from genetic factors. Here, we sought to investigate the contribution of additive genetic factors to the variability of functional networks by determining the heritability of the connec
APA, Harvard, Vancouver, ISO, and other styles
17

Lee, Chih-Yuan Steven, Bryan J. Dik, and Lauren A. Barbara. "Intergenerational Solidarity and Individual Adjustment During Emerging Adulthood." Journal of Family Issues 37, no. 10 (2015): 1412–32. http://dx.doi.org/10.1177/0192513x14567957.

Full text
Abstract:
In this study, we aimed to extend research on the theory of intergenerational solidarity by examining the associations between solidarity dimensions and individual adjustment among an ethnically diverse sample of college-attending emerging adults (age range: 18-25 years; N = 600). We proposed a multiple mediator model, hypothesizing that normative solidarity (familism) would be associated with individual adjustment, particularly academic satisfaction, psychological distress, and loneliness, directly and indirectly through associational solidarity, affectual solidarity, and functional solidarit
APA, Harvard, Vancouver, ISO, and other styles
18

Jung, Suji, and Naya Choi. "Effect of Family Functioning on Preschoolers’ School Readiness: Mediating Effects of Mothers’ Affective Parenting and Preschoolers’ Self-regulation." Family and Environment Research 58, no. 1 (2020): 1–12. http://dx.doi.org/10.6115/fer.2020.001.

Full text
Abstract:
This study examined if the effect of family functioning on preschoolers’ school readiness can be mediated by mothers’ affective parenting and preschoolers’ self-regulation in the year before children enter elementary school. This study analyzed the 7<sup>th</sup> year data of panel study of Korean children collected by the Korean Institute of Child Care and Education. Statistical analysis included 1,513 pairs of 6-year-old children and mothers. Descriptive statistics analysis, correlation analysis, structural equation modeling, and bootstrapping analysis were conducted using SPSS 2
APA, Harvard, Vancouver, ISO, and other styles
19

Adham, M. I., S. M. Shirazi, F. Othman, S. Rahman, Z. Yusop, and Z. Ismail. "Runoff Potentiality of a Watershed through SCS and Functional Data Analysis Technique." Scientific World Journal 2014 (2014): 1–15. http://dx.doi.org/10.1155/2014/379763.

Full text
Abstract:
Runoff potentiality of a watershed was assessed based on identifying curve number (CN), soil conservation service (SCS), and functional data analysis (FDA) techniques. Daily discrete rainfall data were collected from weather stations in the study area and analyzed through lowess method for smoothing curve. As runoff data represents a periodic pattern in each watershed, Fourier series was introduced to fit the smooth curve of eight watersheds. Seven terms of Fourier series were introduced for the watersheds 5 and 8, while 8 terms of Fourier series were used for the rest of the watersheds for th
APA, Harvard, Vancouver, ISO, and other styles
20

Lian, Cheng, Lingzi Zhu, Zhigang Zeng, Yixin Su, Wei Yao, and Huiming Tang. "Constructing prediction intervals for landslide displacement using bootstrapping random vector functional link networks selective ensemble with neural networks switched." Neurocomputing 291 (May 2018): 1–10. http://dx.doi.org/10.1016/j.neucom.2018.02.046.

Full text
APA, Harvard, Vancouver, ISO, and other styles
21

Dowling, Maritza, Hiroko Dodge, Antonio Puente, and Beverly Lunsford. "Mediators of the Relationship Between Functional Limitations and Loneliness Among Homebound African Americans." Innovation in Aging 4, Supplement_1 (2020): 294. http://dx.doi.org/10.1093/geroni/igaa057.941.

Full text
Abstract:
Abstract Physical/functional limitations are known to lead to loneliness, but there is little research on protective factors that may mediate their adverse association, particularly in vulnerable populations. This study used cross-sectional survey data from 147 (aged 58-90 years; 75% females) predominantly low-income African American homebound community dwellers to investigate the role of resilience and social connectedness in mediating the effect of physical/functional limitations on loneliness. Items from validated instruments were used to measure four latent variables (physical/functional l
APA, Harvard, Vancouver, ISO, and other styles
22

Llopis-Albert, Carlos, William Ricardo Venegas Toro, Nidal Farhat, Pau Zamora-Ortiz, and Álvaro Felipe Page Del Pozo. "A New Method for Time Normalization Based on the Continuous Phase: Application to Neck Kinematics." Mathematics 9, no. 23 (2021): 3138. http://dx.doi.org/10.3390/math9233138.

Full text
Abstract:
There is growing interest in analyzing human movement data for clinical, sport, and ergonomic applications. Functional Data Analysis (FDA) has emerged as an advanced statistical method for overcoming the shortcomings of traditional analytic methods, because the information about continuous signals can be assessed over time. This paper takes the current literature a step further by presenting a new time scale normalization method, based on the Hilbert transform, for the analysis of functional data and the assessment of the effect on the variability of human movement waveforms. Furthermore, a qu
APA, Harvard, Vancouver, ISO, and other styles
23

Kwon, Hyeokhyen, Bingyao Wang, Gregory D. Abowd, and Thomas Plötz. "Approaching the Real-World." Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies 5, no. 3 (2021): 1–32. http://dx.doi.org/10.1145/3478096.

Full text
Abstract:
Recently, IMUTube introduced a paradigm change for bootstrapping human activity recognition (HAR) systems for wearables. The key idea is to utilize videos of activities to support training activity recognizers based on inertial measurement units (IMUs). This system retrieves video from public repositories and subsequently generates virtual IMU data from this. The ultimate vision for such a system is to make large amounts of weakly labeled videos accessible for model training in HAR and, as such, to overcome one of the most pressing issues in the field: the lack of significant amounts of labele
APA, Harvard, Vancouver, ISO, and other styles
24

Trama, Daphné, Aymen Boudguiga, Pierre-Emmanuel Clet, Renaud Sirdey, and Nicolas Ye. "Designing a General-Purpose 8-bit (T)FHE Processor Abstraction." IACR Transactions on Cryptographic Hardware and Embedded Systems 2025, no. 2 (2025): 535–78. https://doi.org/10.46586/tches.v2025.i2.535-578.

Full text
Abstract:
Making the most of TFHE programmable bootstrapping to evaluate functions or operators otherwise challenging to perform with only the native addition and multiplication of the scheme is a very active line of research. In this paper, we systematize this approach and apply it to build an 8-bit FHE processor abstraction, i.e., a software entity that works over FHE-encrypted 8-bit data and presents itself to the programmer by means of a conventional-looking assembly instruction set. In doing so, we provide several homomorphic LookUp Table (LUT) dereferencing operators based on variants of the tree-
APA, Harvard, Vancouver, ISO, and other styles
25

VandenHeuvel, Daniel J., Christopher Drovandi, and Matthew J. Simpson. "Computationally efficient mechanism discovery for cell invasion with uncertainty quantification." PLOS Computational Biology 18, no. 11 (2022): e1010599. http://dx.doi.org/10.1371/journal.pcbi.1010599.

Full text
Abstract:
Parameter estimation for mathematical models of biological processes is often difficult and depends significantly on the quality and quantity of available data. We introduce an efficient framework using Gaussian processes to discover mechanisms underlying delay, migration, and proliferation in a cell invasion experiment. Gaussian processes are leveraged with bootstrapping to provide uncertainty quantification for the mechanisms that drive the invasion process. Our framework is efficient, parallelisable, and can be applied to other biological problems. We illustrate our methods using a canonica
APA, Harvard, Vancouver, ISO, and other styles
26

Alenezi, Ali Mohammad. "Exploring the Role of Business Readiness in Digital Market Success: Key Influential Business Factors." International Review of Management and Marketing 15, no. 4 (2025): 306–12. https://doi.org/10.32479/irmm.19709.

Full text
Abstract:
This study investigates the impact of business-related factors on business readiness and how the latter influences digital market success in medium- and small-sized companies in the Middle East. This study employs a quantitative survey-based method. A total of 300 responses were collected, notably from managers across various medium- and small-sized companies in the Middle East. The data was then analyzed using the bootstrapping method. The results indicate that Knowledge and, experience, and functional capabilities positively influence business readiness. The results also reveal business read
APA, Harvard, Vancouver, ISO, and other styles
27

Rutten, Jacob P., and Kirsten H. Ten Tusscher. "Bootstrapping and Pinning down the Root Meristem; the Auxin–PLT–ARR Network Unites Robustness and Sensitivity in Meristem Growth Control." International Journal of Molecular Sciences 22, no. 9 (2021): 4731. http://dx.doi.org/10.3390/ijms22094731.

Full text
Abstract:
After germination, the meristem of the embryonic plant root becomes activated, expands in size and subsequently stabilizes to support post-embryonic root growth. The plant hormones auxin and cytokinin, together with master transcription factors of the PLETHORA (PLT) family have been shown to form a regulatory network that governs the patterning of this root meristem. Still, which functional constraints contributed to shaping the dynamics and architecture of this network, has largely remained unanswered. Using a combination of modeling approaches we reveal how the interplay between auxin and PL
APA, Harvard, Vancouver, ISO, and other styles
28

Scott, Rosanna, Chelsea Wiener, and Daniel Paulson. "FUNCTIONAL LIMITATION IN LATER LIFE: THE IMPACT OF SIPS, SOCIALIZATION, AND SADNESS." Innovation in Aging 3, Supplement_1 (2019): S565. http://dx.doi.org/10.1093/geroni/igz038.2089.

Full text
Abstract:
Abstract Recent studies posit discrepant impacts of alcohol use on health outcomes. Potential reasons for contrasting results include: (1) selection bias involved in classifying individuals as “abstainers” or “drinkers,” (2) unexamined demographic variables associated with alcohol use, and (3) unaddressed mechanisms of action. Given new studies identifying socialization as a mediator between alcohol use and health outcomes, this study examines social interaction and depressive symptoms, respectively, as serial mediators in the relationship between moderate alcohol use and functional limitation
APA, Harvard, Vancouver, ISO, and other styles
29

Lopes, Miles E., Zhenhua Lin, and Hans-Georg Müller. "Bootstrapping max statistics in high dimensions: Near-parametric rates under weak variance decay and application to functional and multinomial data." Annals of Statistics 48, no. 2 (2020): 1214–29. http://dx.doi.org/10.1214/19-aos1844.

Full text
APA, Harvard, Vancouver, ISO, and other styles
30

Gashema, Bruce, and Yongqiang Gao. "Strengthening Managerial Innovation Behavior in the SMEs." International Journal of Research in Business and Social Science (2147-4478) 7, no. 3 (2018): 36–56. http://dx.doi.org/10.20525/ijrbs.v7i3.883.

Full text
Abstract:
Managerial innovation as an internal change agent plays a central role in coping with the speed of today’s fast-paced customer demand and highly competitive market, yet previous studies paid less attention to the potential measures of strengthening managerial innovation behavior within organizations. Drawing from transformational leadership theory, the current study shed new light on this issue by examining the role of CEO transformational leadership (TFL), innovation culture (IC) and cross-functional integration (CFI) in advancing managerial innovation behavior in SMEs. A cross-sectional stud
APA, Harvard, Vancouver, ISO, and other styles
31

Gong, Xiuquan, Zhao Ni, and Bei Wu. "The mediating roles of functional limitations and social support on the relationship between vision impairment and depressive symptoms in older adults." Ageing and Society 40, no. 3 (2018): 465–79. http://dx.doi.org/10.1017/s0144686x18001010.

Full text
Abstract:
AbstractVision impairment is prevalent and it is strongly associated with depressive symptoms in older adults. This study aimed to investigate the mediating roles of functional limitations and social support on the relationship between vision impairment and depressive symptoms in older adults. This study used data from a probability-based sample of 1,093 adults aged 60 and older in Shanghai, China. Structural equation models were used to examine the structural relationships among sets of variables simultaneously, including vision impairment, activities of daily living ADLs, instrumental ADLs (
APA, Harvard, Vancouver, ISO, and other styles
32

Bo, Qiushi, Hui Liu, and Junwei Zheng. "Research on the Mechanism of the Green Innovation of Enterprises Empowered by Digital Technology from the Perspective of Value Co-Creation." Sustainability 16, no. 20 (2024): 9065. http://dx.doi.org/10.3390/su16209065.

Full text
Abstract:
To help enterprises utilize digital technologies to increase their green innovation awareness and behavior and further clarify the “black box” of this process, this study first develops a theoretical framework to explain the mechanism of the functional attributes of digital technology, stakeholder value co-creation, and enterprise green innovation. Data are subsequently gathered from 342 manufacturing enterprises, and the meditation and moderation hypotheses are empirically analyzed using hierarchical regression and the bootstrapping method. A robustness test is conducted via data grouping. Th
APA, Harvard, Vancouver, ISO, and other styles
33

Al-Momani, Marwan, and Mohammad Arashi. "Ridge-Type Pretest and Shrinkage Estimation Strategies in Spatial Error Models with an Application to a Real Data Example." Mathematics 12, no. 3 (2024): 390. http://dx.doi.org/10.3390/math12030390.

Full text
Abstract:
Spatial regression models are widely available across several disciplines, such as functional magnetic resonance imaging analysis, econometrics, and house price analysis. In nature, sparsity occurs when a limited number of factors strongly impact overall variation. Sparse covariance structures are common in spatial regression models. The spatial error model is a significant spatial regression model that focuses on the geographical dependence present in the error terms rather than the response variable. This study proposes an effective approach using the pretest and shrinkage ridge estimators f
APA, Harvard, Vancouver, ISO, and other styles
34

Hofmeijer, Jeannette, H. Bart van der Worp, L. Jaap Kappelle, Sara Eshuis, Ale Algra, and Jacoba P. Greving. "Cost-Effectiveness of Surgical Decompression for Space-Occupying Hemispheric Infarction." Stroke 44, no. 10 (2013): 2923–25. http://dx.doi.org/10.1161/strokeaha.113.002445.

Full text
Abstract:
Background and Purpose— Surgical decompression reduces mortality and increases the probability of a favorable functional outcome after space-occupying hemispheric infarction. Its cost-effectiveness is uncertain. Methods— We assessed clinical outcomes, costs, and cost-effectiveness for the first 3 years in patients who were randomized to surgical decompression or best medical treatment within 48 hours after symptom onset in the Hemicraniectomy After Middle Cerebral Artery Infarction With Life-Threatening Edema Trial (HAMLET). Data on medical consumption were derived from case record files, hosp
APA, Harvard, Vancouver, ISO, and other styles
35

Yu, Sze Tim Sonia, Mong-lin Yu, Ted Brown, and Hanna Andrews. "Association between older adults’ functional performance and their scores on the Mini Mental State Examination (MMSE) and Montreal Cognitive Assessment (MoCA)." Irish Journal of Occupational Therapy 46, no. 1 (2018): 4–23. http://dx.doi.org/10.1108/ijot-07-2017-0020.

Full text
Abstract:
Purpose The paper aims to investigate if the performance of older adults on the Mini-Mental State Examination (MMSE) and the Montreal Cognitive Assessment (MoCA) were associated or predictive of their functional performance in a geriatric evaluation and management (GEM) inpatient hospital setting. This will inform the occupational therapy assessment and management of older adults admitted to sub-acute GEM settings. Design/methodology/approach In all, 20 participants (11 men, 9 women, mean age 82 years, SD = 6.93) were recruited from a GEM ward in an Australian hospital. Participants’ cognitive
APA, Harvard, Vancouver, ISO, and other styles
36

Griffin, Julian L., Stephanie A. Bonney, Chris Mann, et al. "An integrated reverse functional genomic and metabolic approach to understanding orotic acid-induced fatty liver." Physiological Genomics 17, no. 2 (2004): 140–49. http://dx.doi.org/10.1152/physiolgenomics.00158.2003.

Full text
Abstract:
In functional genomics, DNA microarrays for gene expression profiling are increasingly being used to provide insights into biological function or pathology. To better understand the significance of the multiple transcriptional changes across a time period, the temporal changes in phenotype must be described. Orotic acid-induced fatty liver disease was investigated at the transcriptional and metabolic levels using microarrays and metabolic profiling in two strains of rats. High-resolution 1H-NMR spectroscopic analysis of liver tissue indicated that Kyoto rats compared with Wistar rats are predi
APA, Harvard, Vancouver, ISO, and other styles
37

Meagher, Margaret Frances, Dattatraya H. Patil, Kazutaka Saito, et al. "Development and validation of a novel scoring index (C-reactive protein, age, race, and tumor size) to predict renal functional decline post partial nephrectomy." Journal of Clinical Oncology 37, no. 7_suppl (2019): 597. http://dx.doi.org/10.1200/jco.2019.37.7_suppl.597.

Full text
Abstract:
597 Background: Functional decline is a sequelae of extirpative renal surgery with potential for significant morbidity. We utilized pre-operative patient demographics, C-reactive protein, and tumor size to design and validate a novel scoring index to predict functional decline post partial nephrectomy. Methods: A multi-institutional dataset was utilized for analysis of patients with pre-operative estimated glomerular filtration rate (eGFR) > 60mL/min/1.73m2 by CKD-EPI equation. Multivariable analysis (MVA) was carried out for potential variables associated with development of post-operative
APA, Harvard, Vancouver, ISO, and other styles
38

Kwon, Woong, Hyun-Woo Lee, and YuKyoum Kim. "Creating Shared Values Between National Team Identity and Global Event Brand Equity." Social Behavior and Personality: an international journal 43, no. 2 (2015): 177–92. http://dx.doi.org/10.2224/sbp.2015.43.2.177.

Full text
Abstract:
We proposed and empirically examined a social identity-brand equity model for global sporting events. In the model, we focused on the functional organization of mutual benefits between fans' identification with a national team and global event brand equity. We applied a 2-step approach to assess the simultaneous equation models and utilized the bootstrapping method to examine the direct, indirect, and total effects. Participants were 280 students of diverse nationalities (102 women, 178 men; Mage = 23.84 years, age range: 18–37 years). The results indicated that attributes of local experience
APA, Harvard, Vancouver, ISO, and other styles
39

Runciman, Colin, and Niklas Röjemo. "New dimensions in heap profiling." Journal of Functional Programming 6, no. 4 (1996): 587–620. http://dx.doi.org/10.1017/s095679680000188x.

Full text
Abstract:
AbstractFirst-generation heap profilers for lazy functional languages have proved to be effective tools for locating some kinds of space faults, but in other cases they cannot provide sufficient information to solve the problem. This paper describes the design, implementation and use of a new profiler that goes beyond the two-dimensional ‘who produces what’ view of heap cells to provide information about their more dynamic and structural attributes. Specifically, the new profiler can distinguish between cells according to their eventual lifetime, or on the basis of the closure retainers by vir
APA, Harvard, Vancouver, ISO, and other styles
40

Jatmiko, Jatmiko, Kusuma Chandra Kirana Kirana, and Samsul Hadi. "Analisis Motivasi dan Persepsi Kerja terhadap Pemilihan Karir Jabatan Fungsional Pengelola Barang Jasa dengan Minat sebagai Variabel Mediasi." Journal of Management and Bussines (JOMB) 6, no. 2 (2024): 459–66. http://dx.doi.org/10.31539/jomb.v6i2.8342.

Full text
Abstract:
The aim of this research is to analyze the relationship between motivation and work perception on career choice in the functional position of goods and services manager, with interest as a mediating variable. This research was conducted using quantitative methods, with a population consisting of 257 State Civil Service Employees (ASN), and a sample of 157 respondents. The data analysis technique used was an inner model with the bootstrapping method. The research results show that work motivation and work perception have a positive influence on career choice. Apart from that, work motivation an
APA, Harvard, Vancouver, ISO, and other styles
41

Owusu-Sarpong, Obed Jones, Kabila Abass, Daniel Buor, Solomon Osei Tutu, and Razak M. Gyasi. "Sleep problems and chronic conditions in single parents in Ghana: Serial mediating roles of health-related quality of life and functional limitations." PLOS ONE 19, no. 12 (2024): e0312312. https://doi.org/10.1371/journal.pone.0312312.

Full text
Abstract:
Objectives Data on the association between sleep problems and chronic conditions among single parents in low- and middle-income countries (LMICs) are limited, and no study has, to date, reported the serial mediation effects of functional limitations and poor health-related quality of life (HRQoL) in this association. This study examines the extent to which functional limitations and poor HRQoL serially explain the link between sleep problems and chronic conditions among single parents in Ghana. Methods Data on 627 single mothers and fathers were obtained through a multi-stage stratified sampli
APA, Harvard, Vancouver, ISO, and other styles
42

Raji, Ridwan Adetunji, Sabrina Rashid, and Sobhi Ishak. "The mediating effect of brand image on the relationships between social media advertising content, sales promotion content and behaviuoral intention." Journal of Research in Interactive Marketing 13, no. 3 (2019): 302–30. http://dx.doi.org/10.1108/jrim-01-2018-0004.

Full text
Abstract:
Purpose This study aims to answer an important question of how brand-related communications, including advertising and sales promotion contents, which are disseminated on social media platforms, can enhance positive brand image and evoke favourable behavioural intention from consumers. Design/methodology/approach This study surveys 615 consumers of automotive brands across Malaysia. The data were analysed with AMOS, which was used to specify both the measurement and structural models. The mediating effect of both hedonic and functional brand images was tested using the bootstrapping approach i
APA, Harvard, Vancouver, ISO, and other styles
43

Salvatore, Stefania, Jørgen G. Bramness, and Jo Røislien. "Exploring functional data analysis and wavelet principal component analysis on ecstasy (MDMA) wastewater data." BMC Medical Research Methodology 16, no. 1 (2016): 81. https://doi.org/10.1186/s12874-016-0179-2.

Full text
Abstract:
<strong>Background: </strong>Wastewater-based epidemiology (WBE) is a novel approach in drug use epidemiology which aims to monitor the extent of use of various drugs in a community. In this study, we investigate functional principal component analysis (FPCA) as a tool for analysing WBE data and compare it to traditional principal component analysis (PCA) and to wavelet principal component analysis (WPCA) which is more flexible temporally.<strong>Methods: </strong>We analysed temporal wastewater data from 42 European cities collected daily over one week in March 2013. The main temporal feature
APA, Harvard, Vancouver, ISO, and other styles
44

de Lima Peixoto, Giselle, Sérgio Freitas de Siqueira, Silvana Angelina D’Orio Nishioka, et al. "Mortality risk score for patients with Chagas cardiomyopathy and pacemaker." PLOS Neglected Tropical Diseases 18, no. 5 (2024): e0012114. http://dx.doi.org/10.1371/journal.pntd.0012114.

Full text
Abstract:
Background Prognosis of Chronic Chagasic Cardiomyopathy (CCC) patients depends on functional and clinical factors. Bradyarrhythmia requiring pacemaker is a common complication. Prognosis of these patients is poorly studied, and mortality risk factors are unknown. We aimed to identify predictors of death and to define a risk score for mortality in a large cohort of CCC patients with pacemaker. Methods It was an observational, unicentric and prospective study. The endpoint was all-cause mortality. Cox regression was used to identify predictors of death and to define a risk score. Bootstrapping m
APA, Harvard, Vancouver, ISO, and other styles
45

TRUSCOTT, JOHN, and MIKE SHARWOOD SMITH. "Acquisition by processing: A modular perspective on language development." Bilingualism: Language and Cognition 7, no. 1 (2004): 1–20. http://dx.doi.org/10.1017/s1366728904001178.

Full text
Abstract:
The paper offers a model of language development, first and second, within a processing perspective. We first sketch a modular view of language, in which competence is embodied in the processing mechanisms. We then propose a novel approach to language acquisition (Acquisition by Processing Theory, or APT), in which development of the module occurs as a natural product of processing activity, without any acquisition mechanisms as such. The approach is illustrated and explicated through examples of the development of content words, derivational morphology, the functional category I with its vari
APA, Harvard, Vancouver, ISO, and other styles
46

Jiménez Gamero, M. D., J. Muñoz García, and A. Muñoz Reyes. "Bootstrapping statistical functionals." Statistics & Probability Letters 39, no. 3 (1998): 229–36. http://dx.doi.org/10.1016/s0167-7152(98)00055-8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
47

Ladds, Monique A., Nokuthaba Sibanda, Richard Arnold, and Matthew R. Dunn. "Creating functional groups of marine fish from categorical traits." PeerJ 6 (October 23, 2018): e5795. http://dx.doi.org/10.7717/peerj.5795.

Full text
Abstract:
Background Functional groups serve two important functions in ecology: they allow for simplification of ecosystem models and can aid in understanding diversity. Despite their important applications, there has not been a universally accepted method of how to define them. A common approach is to cluster species on a set of traits, validated through visual confirmation of resulting groups based primarily on expert opinion. The goal of this research is to determine a suitable procedure for creating and evaluating functional groups that arise from clustering nominal traits. Methods To do so, we pro
APA, Harvard, Vancouver, ISO, and other styles
48

Vuckovic, Karen M., and Houry Puzantian. "Estimated Glomerular Filtration Rate and 6-Minute Walk Distance in African Americans with Mild to Moderate Heart Failure." Cardiorenal Medicine 7, no. 3 (2017): 227–33. http://dx.doi.org/10.1159/000471810.

Full text
Abstract:
Background/Aims: The 6-minute walk test is a measure of functional capacity in patients with heart failure (HF) or chronic kidney disease (CKD). The association between estimated glomerular filtration rate (eGFR) and 6-minute walk distance (6MWD) has not been investigated in African-Americans (AA), despite them having a higher incidence of CKD and chronic HF. Thus, our aim was to determine if eGFR was an independent predictor of 6MWD in AA &gt;50 years of age with HF. Methods: In this cross-sectional study, we examined the relationship between eGFR and 6MWD in 45 AA patients with HF from an ur
APA, Harvard, Vancouver, ISO, and other styles
49

Dankert, André, Benedikt Neumann-Schirmbeck, Thorsten Dohrmann, et al. "Stair-Climbing Tests or Self-Reported Functional Capacity for Preoperative Pulmonary Risk Assessment in Patients with Known or Suspected COPD—A Prospective Observational Study." Journal of Clinical Medicine 12, no. 13 (2023): 4180. http://dx.doi.org/10.3390/jcm12134180.

Full text
Abstract:
Background: This prospective study aims to determine whether preoperative stair-climbing tests (SCT) predict postoperative pulmonary complications (PPC) better than self-reported poor functional capacity (SRPFC) in patients with known or suspected COPD. Methods: A total of 320 patients undergoing scheduled for major non-cardiac surgery, 240 with verified COPD and 80 with GOLD key indicators but disproved COPD, underwent preoperative SRPFC and SCT and were analyzed. Least absolute shrinkage and selection operator (LASSO) regression was used for variable selection. Two multivariable regression m
APA, Harvard, Vancouver, ISO, and other styles
50

Benoit, David M., Donald A. Jackson, and Cindy Chu. "Partitioning fish communities into guilds for ecological analyses: an overview of current approaches and future directions." Canadian Journal of Fisheries and Aquatic Sciences 78, no. 7 (2021): 984–93. http://dx.doi.org/10.1139/cjfas-2020-0455.

Full text
Abstract:
A major strength of the guild approach is its ability to simplify community analysis by aggregating species with similar roles or functions into groups. These groups can be used to study a number of important ecological concepts, including functional diversity, community response to disturbance, and food-web dynamics. Despite increased use, guild membership can be based on subjective criteria that are arbitrarily chosen, leading to inconsistencies across studies. Additionally, studies using the guild approach generally ignore ontogenetic changes in diet and habitat use and therefore do not ful
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!